Occurs when the end user completes a drag and drop operation in the chart area resulting in a new dependency line being created between two task bars.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public event EventHandler<GanttChartView..::.CreatingDependencyLineEventArgs> CreatingDependencyLine
Visual Basic (Declaration)
Public Event CreatingDependencyLine As EventHandler(Of GanttChartView..::.CreatingDependencyLineEventArgs)

See Also