UITextFieldChange Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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