Search
Schedule Events
 


 Public Events

  Name Description

ActionRedone

Raised when an action is redone.

ActionUndone

Raised when an action is undone.

Changed

Raised when items are added or removed from the schedule or when the schedule is loaded.

DeserializeTag

Raised during XML deserialization to enable users to perform custom deserialization of the tag values of items and resources.

ExceptionCreated

Raised when a recurrence exception item is created.

InstantiateItem

Raised when deserializing a custom item whose type has not been registered.

InstantiateResource

Raised when deserializing a custom resource whose type has not been registered.

ItemEndTimeChanged

Raised when the EndTime property of an item in this Schedule has changed. The ItemTimeEventArgs.Time property provides the previous EndTime value of the item.

ItemEndTimeTriggered

Raised when the reminder for an item is triggered, but taking into consideration the item's end time for the purpose.

ItemReminderTriggered

Raised when the reminder for an item is triggered.

ItemResourceChanged

Raised when any of the resources associated with an item in the schedule has changed.

ItemsEnded

Raised when the current time (as returned by DateTime.Now) reaches the end of one or more items.

ItemsStarted

Raised when the current time (as returned by DateTime.Now) reaches the start time of one or more items.

ItemStartTimeChanged

Raised when the StartTime property of an item in this Schedule has changed. The ItemTimeEventArgs.Time property provides the previous StartTime value of the item.

ItemVisualsChanged

Raised when the appearance of an item in the schedule has changed.

JsonDeserializeTag

Raised during JSON deserialization to enable users to perform custom deserialization of the tag values of items and resources.

JsonSerializeTag

Raised during JSON serialization to enable users to perform custom serialization of the tag values of items and resources.

RecurrenceReset

Raised when the recurrence pattern associated with an item has been reset, causing all associated exception items to be lost.

SerializeTag

Raised during XML serialization to enable users to perform custom serialization of the tag values of items and resources.

TaskReminderTriggered

Raised when the reminder for a task is triggered.

 See Also