Occurs when a property changes on a ScheduleItem such as its name or start time.

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

Syntax

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

See Also