Share via


IBETextInput.CanPerformAction(Selector, NSObject) Method

Definition

[Foundation.Export("canPerformAction:withSender:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool CanPerformAction(ObjCRuntime.Selector action, Foundation.NSObject? sender);
[<Foundation.Export("canPerformAction:withSender:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CanPerformAction : ObjCRuntime.Selector * Foundation.NSObject -> bool
override this.CanPerformAction : ObjCRuntime.Selector * Foundation.NSObject -> bool

Parameters

action
Selector
sender
NSObject

Returns

Attributes

Applies to