UITextInputDelegate.SelectionWillChange(IUITextInput) Method

Definition

The selection in uiTextInput is about to change.

[Foundation.Export("selectionWillChange:")]
public abstract void SelectionWillChange (UIKit.IUITextInput uiTextInput);
abstract member SelectionWillChange : UIKit.IUITextInput -> unit

Parameters

uiTextInput
IUITextInput

Implements

Attributes

Applies to