Represents the CreatingDependencyLine event arguments.

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

Syntax

C#
public class CreatingDependencyLineEventArgs : EventArgs
Visual Basic (Declaration)
Public Class CreatingDependencyLineEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    DlhSoft.Windows.Controls..::.GanttChartView..::.CreatingDependencyLineEventArgs

See Also