SpinEventHandler Delegate
Represents a method that will handle the TextEdit.Spin event.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The event source. |
| e | SpinEventArgs | A SpinEventArgs object that contains event data. |
See Also