Name | Description | |
---|---|---|
Raised when an action is redone. |
||
Raised when an action is undone. |
||
Raised when items are added or removed from the schedule or when the schedule is loaded. |
||
Raised during XML deserialization to enable users to perform custom deserialization of the tag values of items and resources. |
||
Raised when a recurrence exception item is created. |
||
Raised when deserializing a custom item whose type has not been registered. |
||
Raised when deserializing a custom resource whose type has not been registered. |
||
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. |
||
Raised when the reminder for an item is triggered, but taking into consideration the item's end time for the purpose. |
||
Raised when the reminder for an item is triggered. |
||
Raised when any of the resources associated with an item in the schedule has changed. |
||
Raised when the current time (as returned by DateTime.Now) reaches the end of one or more items. |
||
Raised when the current time (as returned by DateTime.Now) reaches the start time of one or more items. |
||
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. |
||
Raised when the appearance of an item in the schedule has changed. |
||
Raised during JSON deserialization to enable users to perform custom deserialization of the tag values of items and resources. |
||
Raised during JSON serialization to enable users to perform custom serialization of the tag values of items and resources. |
||
Raised when the recurrence pattern associated with an item has been reset, causing all associated exception items to be lost. |
||
Raised during XML serialization to enable users to perform custom serialization of the tag values of items and resources. |
||
Raised when the reminder for a task is triggered. |