Initializes a new instance of the ItemActivatedEventArgs class.

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

Syntax

C#
public ItemActivatedEventArgs(
	PertChartItem item
)
Visual Basic (Declaration)
Public Sub New ( _
	item As PertChartItem _
)

Parameters

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

See Also