Skip to main content
All docs
V25.2
  • SplitterPositionChangingEventArgs(Int32, Int32, Boolean) Constructor

    Initializes a new SplitterPositionChangingEventArgs object instance. For internal use.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.2.dll

    NuGet Package: DevExpress.Win.Gantt

    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