Attaches the specified item to this control instance.

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

Syntax

C#
public void AttachItem(
	LoadChartItem item
)
Visual Basic (Declaration)
Public Sub AttachItem ( _
	item As LoadChartItem _
)

See Also