Back to Devexpress

GanttControl.AddingNewDependency Event

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrol-6cb403f8.md

latest1.4 KB
Original Source

GanttControl.AddingNewDependency Event

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DXCategory("Events")]
public event AddingNewEventHandler AddingNewDependency
vb
<DXCategory("Events")>
Public Event AddingNewDependency As AddingNewEventHandler

Event Data

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

PropertyDescription
NewObjectGets or sets the object to be added to the binding list.

See Also

GanttControl Class

GanttControl Members

DevExpress.XtraGantt Namespace