Skip to main content

SplitterPositionChangingEventArgs(Int32, Int32) Constructor

Initializes a new SplitterPositionChangingEventArgs object instance. For internal use.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public SplitterPositionChangingEventArgs(
    int oldValue,
    int newValue
)

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.

See Also