EditBase Events
The base class for all data editors.
Name | Description |
---|---|
Clear |
Occurs when a user taps the clear icon. |
Completed | Occurs when a user taps the ‘Return’ button of the keyboard. |
Double |
Fires when the user double taps the editor. |
End |
Occurs when a user taps the trailing icon. |
Error |
Occurs when a user taps the error icon. |
Long |
Fires when the user presses and holds the editor. |
Start |
Occurs when a user taps the leading icon. |
Tap | Fires when the user taps the editor. |
See Also