Sdílet prostřednictvím


UIInputViewController.SelectionWillChange(IUITextInput) Method

Definition

The selection in uiTextInput is about to change.

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

Parameters

uiTextInput
IUITextInput

Implements

Attributes

Applies to