Initializes a new instance of the ItemActivatedEventArgs class.

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

Syntax

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

Parameters

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

See Also