Back to Devexpress

SpinEventArgs Class

wpf-devexpress-dot-xpf-dot-editors-25977753.md

latest1.3 KB
Original Source

SpinEventArgs Class

Provides data for the TextEdit.Spin event.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class SpinEventArgs :
    RoutedEventArgs
vb
Public Class SpinEventArgs
    Inherits RoutedEventArgs

SpinEventArgs is the data class for the following events:

Remarks

Instances of the SpinEventArgs class are automatically created, initialized and passed to corresponding event handlers.

Inheritance

Object EventArgs RoutedEventArgs SpinEventArgs

See Also

SpinEventArgs Members

DevExpress.Xpf.Editors Namespace