Share via


IUITextInputDelegate.SelectionWillChange(IUITextInput) Method

Definition

The selection in uiTextInput is about to change.

[Foundation.Export("selectionWillChange:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SelectionWillChange(UIKit.IUITextInput uiTextInput);
[<Foundation.Export("selectionWillChange:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SelectionWillChange : UIKit.IUITextInput -> unit
override this.SelectionWillChange : UIKit.IUITextInput -> unit

Parameters

uiTextInput
IUITextInput
Attributes

Applies to