Raises the CreatingDependencyLine event.

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

Syntax

C#
protected virtual void OnCreatingDependencyLine(
	Object sender,
	GanttChartView..::.CreatingDependencyLineEventArgs e
)
Visual Basic (Declaration)
Protected Overridable Sub OnCreatingDependencyLine ( _
	sender As Object, _
	e As GanttChartView..::.CreatingDependencyLineEventArgs _
)

See Also