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

SplitterPositionChangingEventArgs(Int32, Int32, Boolean) Constructor

Initializes a new SplitterPositionChangingEventArgs object instance. For internal use.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public SplitterPositionChangingEventArgs(
    int oldValue,
    int newValue,
    bool cancel
)

Parameters

Name Type Description
oldValue Int32

An integer value that specifies the current position.

newValue Int32

An integer value that specifies the position that is about to be set.

cancel Boolean

true to cancel the action; otherwise, false.

See Also