共用方式為


NSMatrix.SendAction 方法

定義

多載

SendAction()
SendAction(Selector, NSObject, Boolean)

SendAction()

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

傳回

屬性

適用於

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

參數

aSelector
Selector
anObject
NSObject
forAllCells
Boolean
屬性

適用於