SpinEventHandler Delegate
Represents the method for handling events which take a SpinEventArgs object as a parameter.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
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