Occurs when the user adds a schedule item to the Scheduler.

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

Syntax

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

See Also