Raises the ItemActivated event.

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

Syntax

C#
protected virtual void OnItemActivated(
	PertChartItem item
)
Visual Basic (Declaration)
Protected Overridable Sub OnItemActivated ( _
	item As PertChartItem _
)

Parameters

item
Type: DlhSoft.Windows.Controls.Pert..::.PertChartItem
The activated item.

See Also