Skip to main content
All docs
V25.1
  • SplitterPositionChangingEventHandler Delegate

    Represents a reference to a method that handles the SplitterPositionChanging event.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public delegate void SplitterPositionChangingEventHandler(
        object sender,
        SplitterPositionChangingEventArgs e
    );

    Parameters

    Name Type Description
    sender Object

    The object that raised the event.

    e SplitterPositionChangingEventArgs

    An object that contains event arguments.

    See Also