SpinEventHandler Delegate
In This Article
Represents a method that will handle the TextEdit.Spin event.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public delegate void SpinEventHandler(
object sender,
SpinEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | Spin |
A Spin |
See Also