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

#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