Gets the task item that the dependent task item of the current predecessor item depends of.

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

Syntax

C#
INetworkDiagramItem INetworkPredecessorItem.Item { get; }
Visual Basic (Declaration)
Private ReadOnly Property Item As INetworkDiagramItem
	Implements INetworkPredecessorItem.Item

Implements

INetworkPredecessorItem..::.Item

See Also