Edit

Share via


NSMatrix.SendAction Method

Definition

Overloads

SendAction()
SendAction(Selector, NSObject, Boolean)

SendAction()

[Foundation.Export("sendAction")]
public virtual bool SendAction ();
override this.SendAction : unit -> bool

Returns

Attributes

Applies to

SendAction(Selector, NSObject, Boolean)

[Foundation.Export("sendAction:to:forAllCells:")]
public virtual void SendAction (ObjCRuntime.Selector aSelector, Foundation.NSObject anObject, bool forAllCells);
override this.SendAction : ObjCRuntime.Selector * Foundation.NSObject * bool -> unit

Parameters

aSelector
Selector
anObject
NSObject
forAllCells
Boolean
Attributes

Applies to