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

ISchedulerStorageBase Events

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