Attaches the specified item to this control instance.

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

Syntax

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

See Also