MindFusion.Scheduling for ASP.NET Programmer's Guide
Schedule Events
 


 Public Events

  Name Description

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 Item and Resource objects.

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.

ItemStartTimeChanged

Raised when the StartTime of an Item has changed.

ItemVisualsChanged

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

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.

 See Also

Schedule Class
MindFusion.Scheduling Namespace