NSApplication.SendAction(Selector, NSObject, NSObject) 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.
[Foundation.Export("sendAction:to:from:")]
public virtual bool SendAction (ObjCRuntime.Selector theAction, Foundation.NSObject theTarget, Foundation.NSObject sender);
abstract member SendAction : ObjCRuntime.Selector * Foundation.NSObject * Foundation.NSObject -> bool
override this.SendAction : ObjCRuntime.Selector * Foundation.NSObject * Foundation.NSObject -> bool
Parameters
- theAction
- Selector
- theTarget
- NSObject
- sender
- NSObject
Returns
- Attributes