Share via


BETextInputDelegate.ShouldDeferEventHandlingToSystem Method

Definition

[Foundation.Export("shouldDeferEventHandlingToSystemForTextInput:context:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldDeferEventHandlingToSystem(BrowserEngineKit.IBETextInput textInput, BrowserEngineKit.BEKeyEntryContext keyEventContext);
[<Foundation.Export("shouldDeferEventHandlingToSystemForTextInput:context:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldDeferEventHandlingToSystem : BrowserEngineKit.IBETextInput * BrowserEngineKit.BEKeyEntryContext -> bool
override this.ShouldDeferEventHandlingToSystem : BrowserEngineKit.IBETextInput * BrowserEngineKit.BEKeyEntryContext -> bool

Parameters

textInput
IBETextInput
keyEventContext
BEKeyEntryContext

Returns

Implements

Attributes

Applies to