Skip to main content
A newer version of this page is available. .

SpinEventArgs(Boolean) Constructor

Initializes a new instance of the SpinEventArgs class with the specified settings.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public SpinEventArgs(
    bool isSpinUp
)

Parameters

Name Type Description
isSpinUp Boolean

A Boolean value that indicates whether the Up Arrow key or Up Spin button has been pressed, or the mouse wheel has been rotated up. This value is used to initialize the SpinEventArgs.IsSpinUp property.

See Also