SpinEventArgs(Boolean) Constructor
Initializes a new instance of the SpinEventArgs class with the specified value, indicating whether the edit value is increased or decreased.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v25.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| isSpinUp | Boolean |
|
Remarks
Instances of the SpinEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also