Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public SpinEventArgs(
    bool isSpinUp
)

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