Occurs when the user activates an item (for example by double-clicking).

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public event EventHandler<ScheduleItemEventArgs> ItemActivated
Visual Basic (Declaration)
Public Event ItemActivated As EventHandler(Of ScheduleItemEventArgs)

See Also