Share via


NSControl.SendAction(Selector, NSObject) Method

Definition

[Foundation.Export("sendAction:to:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool SendAction(ObjCRuntime.Selector theAction, Foundation.NSObject theTarget);
[<Foundation.Export("sendAction:to:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SendAction : ObjCRuntime.Selector * Foundation.NSObject -> bool
override this.SendAction : ObjCRuntime.Selector * Foundation.NSObject -> bool

Parameters

theAction
Selector
theTarget
NSObject

Returns

Attributes

Applies to