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 |
|---|---|
| ClearIconClicked | Occurs when a user taps the clear icon. Inherited from EditBase. |
| Completed | Occurs when a user taps the ‘Return’ button of the keyboard. Inherited from EditBase. |
| DoubleTap | Fires when the user double taps the editor. Inherited from EditBase. |
| DownIconClicked | Occurs when a user taps the down icon. |
| EndIconClicked | Occurs when a user taps the trailing icon. Inherited from EditBase. |
| ErrorIconClicked | Occurs when a user taps the error icon. Inherited from EditBase. |
| LongPress | Fires when the user presses and holds the editor. Inherited from EditBase. |
| StartIconClicked | Occurs when a user taps the leading icon. Inherited from EditBase. |
| Tap | Fires when the user taps the editor. Inherited from EditBase. |
| UpIconClicked | Occurs when a user taps the up icon. |
| ValueChanged | Occurs after the editor’s value has been changed. |
See Also