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

BootstrapSchedulerStorage Events

Represents a storage which holds data for the Bootstrap Scheduler control.
Name Description
AppointmentChanging Fires when an appointment’s property is about to change. Inherited from ASPxSchedulerStorage.
AppointmentCollectionAutoReloading Occurs when the data source which contains appointment records is modified and appointments are set to be automatically reloaded. Inherited from ASPxSchedulerStorage.
AppointmentCollectionCleared Fires after the appointment collection has been cleared. Inherited from ASPxSchedulerStorage.
AppointmentCollectionLoaded Fires after appointments have been loaded into the AppointmentBaseCollection collection. Inherited from ASPxSchedulerStorage.
AppointmentDeleting Allows you to cancel the deletion of an appointment. Inherited from ASPxSchedulerStorage.
AppointmentDependenciesChanged This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from ASPxSchedulerStorage.
AppointmentDependenciesDeleted This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from ASPxSchedulerStorage.
AppointmentDependenciesInserted This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from ASPxSchedulerStorage.
AppointmentDependencyChanging This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from ASPxSchedulerStorage.
AppointmentDependencyCollectionAutoReloading This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from ASPxSchedulerStorage.
AppointmentDependencyCollectionCleared This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from ASPxSchedulerStorage.
AppointmentDependencyCollectionLoaded This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from ASPxSchedulerStorage.
AppointmentDependencyDeleting This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from ASPxSchedulerStorage.
AppointmentDependencyInserting This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from ASPxSchedulerStorage.
AppointmentInserting Allows you to cancel the insertion of an appointment. Inherited from ASPxSchedulerStorage.
AppointmentRowDeleted Fires after an appointment’s data row is deleted from the data source. Inherited from ASPxSchedulerStorage.
AppointmentRowDeleting Fires before an appointment data row is deleted from the data source. Inherited from ASPxSchedulerStorage.
AppointmentRowInserted Fires after a new record containing appointment information is inserted into the data source. Inherited from ASPxSchedulerStorage.
AppointmentRowInserting Fires before appointment data is posted to the data source for insertion. Inherited from ASPxSchedulerStorage.
AppointmentRowUpdated Fires after an appointment’s data record is updated. Inherited from ASPxSchedulerStorage.
AppointmentRowUpdating Fires before the appointment data is posted to the data source to update the record. Inherited from ASPxSchedulerStorage.
AppointmentsChanged Fires when the appointments’ properties have been changed. Inherited from ASPxSchedulerStorage.
AppointmentsDeleted Fires after deletion of one or several appointments. Inherited from ASPxSchedulerStorage.
AppointmentsInserted Fires after one or several appointments have been added to the collection. Inherited from ASPxSchedulerStorage.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
FetchAppointments Occurs before the ASPxSchedulerStorage starts retrieving the appointments for the specified time interval. Inherited from ASPxSchedulerStorage.
FilterAppointment Enables specific appointments to be hidden in the Scheduler control. Inherited from ASPxSchedulerStorage.
FilterDependency This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from ASPxSchedulerStorage.
FilterReminderAlert Enables you to fire alerts only for specific reminders. Inherited from SchedulerStorageBase.
FilterResource Enables specific resources to be hidden in the Scheduler control. Inherited from ASPxSchedulerStorage.
ReminderAlert Occurs when a reminder is triggered. Inherited from ASPxSchedulerStorage.
ResourceChanging Fires when a resource’s property is about to be changed. Inherited from ASPxSchedulerStorage.
ResourceCollectionAutoReloading Occurs when the data source which contains resources is modified, and the automatic reloading of resources is enabled. Inherited from ASPxSchedulerStorage.
ResourceCollectionCleared Fires after the resources collection has been cleared. Inherited from ASPxSchedulerStorage.
ResourceCollectionLoaded Fires after resources have been loaded into the ResourceBaseCollection collection. Inherited from ASPxSchedulerStorage.
ResourceDeleting Allows the deletion of a resource to be cancelled. Inherited from ASPxSchedulerStorage.
ResourceInserting Allows you to cancel the addition of a resource. Inherited from ASPxSchedulerStorage.
ResourcesChanged Fires when the resources’ properties are changed. Inherited from ASPxSchedulerStorage.
ResourcesDeleted Occurs when a scheduler’s resource is deleted from the collection. Inherited from ASPxSchedulerStorage.
ResourcesInserted Occurs when new resources are inserted into the ResourceBaseCollection collection. Inherited from ASPxSchedulerStorage.
See Also