UIKit.UITextFieldDelegate_Extensions Members

The members of UIKit.UITextFieldDelegate_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

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