Share via


IUITextInputDelegate.TextWillChange(IUITextInput) Method

Definition

The text in textInput is about to change.

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

Parameters

textInput
IUITextInput
Attributes

Applies to