UIControl.SendAction(Selector, NSObject, UIEvent) Method

Definition

Indicates that an event has occurred and sends an action message to the application for dispatch to a target.

[Foundation.Export("sendAction:to:forEvent:")]
public virtual void SendAction (ObjCRuntime.Selector action, Foundation.NSObject target, UIKit.UIEvent uievent);
abstract member SendAction : ObjCRuntime.Selector * Foundation.NSObject * UIKit.UIEvent -> unit
override this.SendAction : ObjCRuntime.Selector * Foundation.NSObject * UIKit.UIEvent -> unit

Parameters

action
Selector
target
NSObject

To be added.

This parameter can be null.

uievent
UIEvent

To be added.

This parameter can be null.

Attributes

Applies to