DxSpinEdit<T> Events
An editor with spin buttons that allow users to increment/decrement numeric values.| Name | Description |
|---|---|
| ValueChanged | Fires after the Spin Edit’s value changed. |
| ValueChanging | Fires when a user is changing the Spin Edit’s value. Use this event to validate/cancel user input. |
See Also