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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
isSpinUp | Boolean | true if the edit value is increased; false if the edit value is decreased. This Boolean value is assigned to the SpinEventArgs.IsSpinUp property. |
Remarks
Instances of the SpinEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also