IUITextInputDelegate.TextDidChange(IUITextInput) Method

Definition

The text in uiTextInput changed.

[Foundation.Export("textDidChange:")]
[Foundation.Preserve(Conditional=true)]
public void TextDidChange (UIKit.IUITextInput textInput);
abstract member TextDidChange : UIKit.IUITextInput -> unit

Parameters

textInput
IUITextInput
Attributes

Applies to