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
NuGet Package: DevExpress.Win.Navigation
#Declaration
public delegate void SpinEventHandler(
object sender,
SpinEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. This identifies the editor which fires the event. |
e | Spin |
A Spin |