Share via


UITextInputDelegate.SelectionDidChange(IUITextInput) Method

Definition

The selection in uiTextInput changed.

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

Parameters

uiTextInput
IUITextInput

Implements

Attributes

Applies to