Skip to main content
A newer version of this page is available. .

ISchedulerStorage Events

A base interface that defines a storage which holds persistent objects - appointments, resources etc.
Name Description
AppointmentChanging Fires before an appointment’s property changes. Inherited from ISchedulerStorageBase.
AppointmentCollectionAutoReloading Occurs when the data source which contains appointment records is modified and appointments are set to be automatically reloaded. Inherited from ISchedulerStorageBase.
AppointmentCollectionCleared Fires after the appointment collection has been cleared. Inherited from ISchedulerStorageBase.
AppointmentCollectionLoaded Fires after appointments have been loaded into the storage. Inherited from ISchedulerStorageBase.
AppointmentDeleting Allows you to cancel an appointment deletion. Inherited from ISchedulerStorageBase.
AppointmentDependenciesChanged Fires when the properties of the appointment dependency have been changed. Inherited from ISchedulerStorageBase.
AppointmentDependenciesDeleted Fires after deletion of one or several appointment dependencies. Inherited from ISchedulerStorageBase.
AppointmentDependenciesInserted Fires after one or several appointment dependencies have been added to the storage. Inherited from ISchedulerStorageBase.
AppointmentDependencyChanging Fires when the appointment dependency type is changing. Inherited from ISchedulerStorageBase.
AppointmentDependencyCollectionAutoReloading Occurs when the data source which contains appointment dependency records is modified and dependencies are set to be automatically reloaded. Inherited from ISchedulerStorageBase.
AppointmentDependencyCollectionCleared Fires after the appointment dependency collection has been cleared. Inherited from ISchedulerStorageBase.
AppointmentDependencyCollectionLoaded Fires after appointment dependencies have been loaded into the storage. Inherited from ISchedulerStorageBase.
AppointmentDependencyDeleting Allows you to cancel the deletion of an appointment dependency. Inherited from ISchedulerStorageBase.
AppointmentDependencyInserting Allows you to cancel the insertion of an appointment dependency to the storage. Inherited from ISchedulerStorageBase.
AppointmentInserting Allows you to cancel the insertion of an appointment. Inherited from ISchedulerStorageBase.
AppointmentsChanged Fires when the appointments’ properties have been changed. Inherited from ISchedulerStorageBase.
AppointmentsDeleted Fires after deletion of one or several appointments. Inherited from ISchedulerStorageBase.
AppointmentsInserted Fires after one or several appointments have been added to the collection. Inherited from ISchedulerStorageBase.
FetchAppointments Occurs before the ISchedulerStorageBase starts retrieving the appointments for the specified time interval. Inherited from ISchedulerStorageBase.
FilterAppointment Hides specific appointments in the Scheduler control. Inherited from ISchedulerStorageBase.
FilterDependency Hides specific appointment dependencies in the Gantt view. Inherited from ISchedulerStorageBase.
FilterReminderAlert Enables you to fire alerts only for specific reminders. Inherited from ISchedulerStorageBase.
FilterResource Hides specific resources in the Scheduler control. Inherited from ISchedulerStorageBase.
ReminderAlert Occurs when a reminder alert is invoked. Inherited from ISchedulerStorageBase.
ResourceChanging Fires when a resource’s property is about to be changed. Inherited from ISchedulerStorageBase.
ResourceCollectionAutoReloading Occurs when the data source which contains resources is modified and the automatic reloading of resources is enabled. Inherited from ISchedulerStorageBase.
ResourceCollectionCleared Fires after the resource collection has been cleared. Inherited from ISchedulerStorageBase.
ResourceCollectionLoaded Fires after resources have been loaded into the storage. Inherited from ISchedulerStorageBase.
ResourceDeleting Allows canceling the deletion of a resource. Inherited from ISchedulerStorageBase.
ResourceInserting Allows you to cancel the addition of a resource. Inherited from ISchedulerStorageBase.
ResourcesChanged Occurs after modifying resource(s) in the storage. Inherited from ISchedulerStorageBase.
ResourcesDeleted Occurs after a resource(s) is deleted. Inherited from ISchedulerStorageBase.
ResourcesInserted Occurs when new resources are inserted into the scheduler storage. Inherited from ISchedulerStorageBase.
See Also