Share via


IBETextInputDelegate.SelectionWillChange(IBETextInput) Method

Definition

[Foundation.Export("selectionWillChangeForTextInput:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SelectionWillChange(BrowserEngineKit.IBETextInput textInput);
[<Foundation.Export("selectionWillChangeForTextInput:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SelectionWillChange : BrowserEngineKit.IBETextInput -> unit
override this.SelectionWillChange : BrowserEngineKit.IBETextInput -> unit

Parameters

textInput
IBETextInput
Attributes

Applies to