Sdílet prostřednictvím


UIInputViewController.TextWillChange(IUITextInput) Method

Definition

The text in textInput is about to change.

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

Parameters

textInput
IUITextInput

Implements

Attributes

Applies to