Contains event data relating to changing the value of one of the properties of a ScheduleItem.

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

Syntax

C#
public class ScheduleItemPropertyChangedEventArgs : ScheduleItemEventArgs
Visual Basic (Declaration)
Public Class ScheduleItemPropertyChangedEventArgs _
	Inherits ScheduleItemEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Mindscape.WpfElements..::.ScheduleItemEventArgs
      Mindscape.WpfElements..::.ScheduleItemPropertyChangedEventArgs

See Also