NSMatrix.SendAction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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