Share via


IBETextInputDelegate.SelectionDidChange(IBETextInput) Method

Definition

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

Parameters

textInput
IBETextInput
Attributes

Applies to