Back to Devexpress

SchedulerDataStorage Events

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

latest8.0 KB
Original Source

SchedulerDataStorage Events

The component that holds data for the SchedulerControl.

NameDescription
AppointmentChangingFires when an appointment is about to change.
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 the appointment collection has been cleared.
AppointmentDeletingAllows you to cancel the deletion of an appointment.
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 collection.
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.
AppointmentInsertingAllows you to cancel the insertion of an appointment.
AppointmentsChangedFires when the appointments’ properties have been changed.
AppointmentsDeletedOccurs after one or more appointments have been deleted from the SchedulerDataStorage.
AppointmentsInsertedFires after one or several appointments have been added to the collection.
CreateSourceObjectAllows you to set the source object for a newly created appointment.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
FetchAppointmentsOccurs before the SchedulerDataStorage starts retrieving the appointments for the specified time interval.
FilterAppointmentHides specific appointments in the Scheduler control.
FilterDependencyHides certain appointment dependencies in the Gantt view.
FilterReminderAlertEnables you to fire alerts only for specific reminders.
FilterResourceHides specific resources in the Scheduler control.
ItemPropertyChangedRaises when any item (appointment, resource, appointment dependency, label or status) stored within this SchedulerDataStorage changes its property value.
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.
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 Scheduler storage.
ResourceDeletingAllows the deletion of a resource to be cancelled.
ResourceInsertingAllows you to cancel the addition of a resource.
ResourcesChangedOccurs when a scheduler’s resource in a collection is changed.
ResourcesDeletedOccurs after a scheduler’s resource(s) is deleted.
ResourcesInsertedOccurs when new resources are inserted into the scheduler storage.

See Also

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.XtraScheduler Namespace