Skip to main content
All docs
V25.1
  • GanttControl.AddingNewSplitTask Event

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    [DXCategory("Events")]
    public event AddingNewEventHandler AddingNewSplitTask

    Event Data

    The AddingNewSplitTask event's data class is AddingNewEventArgs. The following properties provide information specific to this event:

    Property Description
    NewObject Gets or sets the object to be added to the binding list.
    See Also