UIKit.UITextFieldDelegate Members

The members of UIKit.UITextFieldDelegate are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Methods

EditingEnded(UITextField)
Indicates that editing has ended in the specified text field.
EditingStarted(UITextField)
Indicates that editing has begun on the specified text field.
ShouldBeginEditing(UITextField) : bool
Whether editing should begin in the specified text field.
ShouldChangeCharacters(UITextField, Foundation.NSRange, string) : bool
Whether the specified text should be changed.
ShouldClear(UITextField) : bool
Whether the specified text field's current contents should be removed.
ShouldEndEditing(UITextField) : bool
Whether editing should stop in the specified text field.
ShouldReturn(UITextField) : bool
Whether the text field should process the pressing of the return button.