The Scheduler type exposes the following members.

Events

  NameDescription
ItemActivated
Occurs when the user activates an item (for example by double-clicking).
ItemAdded
Occurs when the user adds a schedule item to the Scheduler.
ItemPropertyChanged
Occurs when a property changes on a ScheduleItem such as its name or start time.
ItemRemoved
Occurs when the user deletes a schedule item from the Scheduler.
PropertyChanged
Occurs when a property value changes.
RecurrencePatternRemoved
Occurs when a recurrence pattern is removed from the schedule.
RecurrencePatternSkipDatesChanged
Occurs when the SkipDates collection of a RecurrencePattern changes.

See Also