Back to Devexpress

ISchedulerStorageBase Events

corelibraries-devexpress-dot-xtrascheduler-dot-ischedulerstoragebase-dot-underscore-events.md

latest6.5 KB
Original Source

ISchedulerStorageBase Events

A base platform-independent interface that defines a storage which holds the Scheduler data.

NameDescription
AppointmentChangingFires before an appointment’s property changes.
AppointmentCollectionAutoReloadingOccurs when the data source which contains appointment records is modified and appointments are set to be automatically reloaded.
AppointmentCollectionClearedFires after the appointment collection has been cleared.
AppointmentCollectionLoadedFires after appointments have been loaded into the storage.
AppointmentDeletingAllows you to cancel an appointment deletion.
AppointmentDependenciesChangedFires when the properties of the appointment dependency have been changed.
AppointmentDependenciesDeletedFires after deletion of one or several appointment dependencies.
AppointmentDependenciesInsertedFires after one or several appointment dependencies have been added to the storage.
AppointmentDependencyChangingFires when the appointment dependency type is changing.
AppointmentDependencyCollectionAutoReloadingOccurs when the data source which contains appointment dependency records is modified and dependencies are set to be automatically reloaded.
AppointmentDependencyCollectionClearedFires after the appointment dependency collection has been cleared.
AppointmentDependencyCollectionLoadedFires after appointment dependencies have been loaded into the storage.
AppointmentDependencyDeletingAllows you to cancel the deletion of an appointment dependency.
AppointmentDependencyInsertingAllows you to cancel the insertion of an appointment dependency to the storage.
AppointmentInsertingAllows you to cancel the insertion of an appointment.
AppointmentsChangedFires when the appointments’ properties have been changed.
AppointmentsDeletedFires after deletion of one or several appointments.
AppointmentsInsertedFires after one or several appointments have been added to the collection.
FetchAppointmentsOccurs before the ISchedulerStorageBase starts retrieving the appointments for the specified time interval.
FilterAppointmentHides specific appointments in the Scheduler control.
FilterDependencyHides specific appointment dependencies in the Gantt view.
FilterReminderAlertEnables you to fire alerts only for specific reminders.
FilterResourceHides specific resources in the Scheduler control.
ReminderAlertOccurs when a reminder alert is invoked.
ResourceChangingFires when a resource’s property is about to be changed.
ResourceCollectionAutoReloadingOccurs when the data source which contains resources is modified and the automatic reloading of resources is enabled.
ResourceCollectionClearedFires after the resource collection has been cleared.
ResourceCollectionLoadedFires after resources have been loaded into the storage.
ResourceDeletingAllows you to cancel a resource deletion operation.
ResourceInsertingAllows you to cancel the addition of a resource.
ResourcesChangedOccurs after modifying resource(s) in the storage.
ResourcesDeletedOccurs after a resource(s) is deleted.
ResourcesInsertedOccurs when new resources are inserted into the scheduler storage.

See Also

ISchedulerStorageBase Interface

ISchedulerStorageBase Members

DevExpress.XtraScheduler Namespace