ScheduleEventChangedEventArgs Class
Contains arguments that are passed to the delegate of the ScheduleEventStateChanged event.
Syntax
public class ScheduleEventChangedEventArgs : EventArgs
Public Instance Constructors
Constructor | Description |
ScheduleEventChangedEventArgs | Initializes a new instance of the ScheduleEventChangedEventArgs class. |
Public Instance Properties
Property | Description |
Changes | Gets the properties of this class as an array of the state change information. Each member is a ScheduleEventChange structure that represents a single state change event. |
See Also