Initializes a new instance of the NetworkPredecessorItemActivatedEventArgs class.

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

Syntax

C#
public NetworkPredecessorItemActivatedEventArgs(
	NetworkPredecessorItem item
)
Visual Basic (Declaration)
Public Sub New ( _
	item As NetworkPredecessorItem _
)

Parameters

item
Type: DlhSoft.Windows.Controls.Pert..::.NetworkPredecessorItem
The predecessor item that was activated during this event.

See Also