Back to Devexpress

SpinEventHandler Delegate

wpf-devexpress-dot-xpf-dot-editors-880d446c.md

latest1.1 KB
Original Source

SpinEventHandler Delegate

Represents a method that will handle the TextEdit.Spin event.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public delegate void SpinEventHandler(
    object sender,
    SpinEventArgs e
);
vb
Public Delegate Sub SpinEventHandler(
    sender As Object,
    e As SpinEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | SpinEventArgs |

A SpinEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Editors Namespace