Gets the task event item that the dependent task event 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#
IPertChartItem IPredecessorItem.Item { get; }
Visual Basic (Declaration)
Private ReadOnly Property Item As IPertChartItem
	Implements IPredecessorItem.Item

Implements

IPredecessorItem..::.Item

See Also