UITextFieldChange Delegate

Definition

A delegate used to respond to changes on the UITextField.

public delegate bool UITextFieldChange(UITextField textField, NSRange range, string replacementString);
type UITextFieldChange = delegate of UITextField * NSRange * string -> bool

Parameters

textField
UITextField
range
NSRange
replacementString
String

Return Value

Applies to