Skip to main content
All docs
V24.1

GanttControl.AddingNewDependency Event

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v24.1.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

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

Event Data

The AddingNewDependency 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