Back to Devexpress

SchedulerStorage Events

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

latest11.0 KB
Original Source

SchedulerStorage Events

Use a SchedulerDataStorage as a component that holds data for the SchedulerControl.

NameDescription
AppointmentChangingFires when an appointment’s property is about to change. Inherited from SchedulerStorageBase.
AppointmentCollectionAutoReloadingOccurs when the data source which contains appointment records is modified and appointments are set to be automatically reloaded. Inherited from SchedulerStorageBase.
AppointmentCollectionClearedFires after the appointment collection has been cleared. Inherited from SchedulerStorageBase.
AppointmentCollectionLoadedFires after appointments have been loaded into the AppointmentBaseCollection collection. Inherited from SchedulerStorageBase.
AppointmentDeletingAllows you to cancel the deletion of an appointment. Inherited from SchedulerStorageBase.
AppointmentDependenciesChangedFires when the properties of the appointment dependency have been changed. Inherited from SchedulerStorageBase.
AppointmentDependenciesDeletedFires after deletion of one or several appointment dependencies. Inherited from SchedulerStorageBase.
AppointmentDependenciesInsertedFires after one or several appointment dependencies have been added to the collection. Inherited from SchedulerStorageBase.
AppointmentDependencyChangingFires when the appointment dependency type is changing. Inherited from SchedulerStorageBase.
AppointmentDependencyCollectionAutoReloadingOccurs when the data source which contains appointment dependency records is modified and dependencies are set to be automatically reloaded. Inherited from SchedulerStorageBase.
AppointmentDependencyCollectionClearedFires after the appointment dependency collection has been cleared. Inherited from SchedulerStorageBase.
AppointmentDependencyCollectionLoadedFires after appointment dependencies have been loaded into the storage. Inherited from SchedulerStorageBase.
AppointmentDependencyDeletingAllows you to cancel the deletion of an appointment dependency. Inherited from SchedulerStorageBase.
AppointmentDependencyInsertingAllows you to cancel the insertion of an appointment dependency. Inherited from SchedulerStorageBase.
AppointmentInsertingAllows you to cancel the insertion of an appointment. Inherited from SchedulerStorageBase.
AppointmentsChangedFires when the appointments’ properties have been changed. Inherited from SchedulerStorageBase.
AppointmentsDeletedFires after deletion of one or several appointments. Inherited from SchedulerStorageBase.
AppointmentsInsertedFires after one or several appointments have been added to the collection. Inherited from SchedulerStorageBase.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
FetchAppointmentsOccurs before the SchedulerStorageBase starts retrieving the appointments for the specified time interval. Inherited from SchedulerStorageBase.
FilterAppointmentHides specific appointments in the Scheduler control. Inherited from SchedulerStorageBase.
FilterDependencyHides certain appointment dependencies in the Gantt view. Inherited from SchedulerStorageBase.
FilterReminderAlertEnables you to fire alerts only for specific reminders. Inherited from SchedulerStorageBase.
FilterResourceHides specific resources in the Scheduler control. Inherited from SchedulerStorageBase.
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 SchedulerStorageBase.
ResourceChangingFires when a resource’s property is about to be changed. Inherited from SchedulerStorageBase.
ResourceCollectionAutoReloadingOccurs when the data source which contains resources is modified and the automatic reloading of resources is enabled. Inherited from SchedulerStorageBase.
ResourceCollectionClearedFires after the resource collection has been cleared. Inherited from SchedulerStorageBase.
ResourceCollectionLoadedFires after resources have been loaded into the Scheduler storage. Inherited from SchedulerStorageBase.
ResourceDeletingAllows the deletion of a resource to be cancelled. Inherited from SchedulerStorageBase.
ResourceInsertingAllows you to cancel the addition of a resource. Inherited from SchedulerStorageBase.
ResourcesChangedOccurs when a scheduler’s resource in a collection is changed. Inherited from SchedulerStorageBase.
ResourcesDeletedOccurs after a scheduler’s resource(s) is deleted. Inherited from SchedulerStorageBase.
ResourcesInsertedOccurs when new resources are inserted into the scheduler storage. Inherited from SchedulerStorageBase.

See Also

SchedulerStorage Class

SchedulerStorage Members

DevExpress.XtraScheduler Namespace