SpinEventHandler Delegate
Represents the method for handling events which take a SpinEventArgs object as a parameter.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The event source. This identifies the editor which fires the event. |
| e | SpinEventArgs | A SpinEventArgs object that contains data for the event. |
See Also