NumericEdit Events
An editor that displays a numeric value and allows a user to edit the value (enter a number in the edit box or use spin buttons to decrease/increase the value).
Name | Description |
---|---|
Clear |
Occurs when a user taps the clear icon.
Inherited from Edit |
Completed |
Occurs when a user taps the ‘Return’ button of the keyboard.
Inherited from Edit |
Double |
Fires when the user double taps the editor.
Inherited from Edit |
Down |
Occurs when a user taps the down icon. |
End |
Occurs when a user taps the trailing icon.
Inherited from Edit |
Error |
Occurs when a user taps the error icon.
Inherited from Edit |
Long |
Fires when the user presses and holds the editor.
Inherited from Edit |
Start |
Occurs when a user taps the leading icon.
Inherited from Edit |
Tap |
Fires when the user taps the editor.
Inherited from Edit |
Up |
Occurs when a user taps the up icon. |
Value |
Occurs after the editor’s value has been changed. |
See Also