Occurs when the end user completes a drag and drop operation resulting in a new dependency line being created between two task bars.
Namespace:
DlhSoft.Windows.ControlsAssembly: 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) |