Back to Devexpress

ISchedulerStorage Events

windowsforms-devexpress-dot-xtrascheduler-dot-ischedulerstorage-dot-underscore-events.md

latest10.5 KB
Original Source

ISchedulerStorage Events

A storage containing persistent objects - appointments, resources and appointment dependencies.

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

See Also

ISchedulerStorage Interface

ISchedulerStorage Members

DevExpress.XtraScheduler Namespace