Represents an item activated event handler method.

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

Syntax

C#
public delegate void ItemActivatedEventHandler(
	Object sender,
	ItemActivatedEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub ItemActivatedEventHandler ( _
	sender As Object, _
	e As ItemActivatedEventArgs _
)

Parameters

sender
Type: System..::.Object
e
Type: DlhSoft.Windows.Controls..::.ItemActivatedEventArgs

See Also