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

ASPxSchedulerStorage Events

Represents a storage which holds data for the ASPxScheduler control.
Name Description
AppointmentChanging Fires when an appointment’s property is about to change.
AppointmentCollectionAutoReloading Occurs when the data source which contains appointment records is modified and appointments are set to be automatically reloaded.
AppointmentCollectionCleared Fires after the appointment collection has been cleared.
AppointmentCollectionLoaded Fires after appointments have been loaded into the AppointmentBaseCollection collection.
AppointmentDeleting Allows you to cancel the deletion of an appointment.
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.
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.
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.
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.
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.
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.
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.
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.
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.
AppointmentInserting Allows you to cancel the insertion of an appointment.
AppointmentRowDeleted Fires after an appointment’s data row is deleted from the data source.
AppointmentRowDeleting Fires before an appointment data row is deleted from the data source.
AppointmentRowInserted Fires after a new record containing appointment information is inserted into the data source.
AppointmentRowInserting Fires before appointment data is posted to the data source for insertion.
AppointmentRowUpdated Fires after an appointment’s data record is updated.
AppointmentRowUpdating Fires before the appointment data is posted to the data source to update the record.
AppointmentsChanged Fires when the appointments’ properties have been changed.
AppointmentsDeleted Fires after deletion of one or several appointments.
AppointmentsInserted Fires after one or several appointments have been added to the collection.
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.
FilterAppointment Enables specific appointments to be hidden in the Scheduler control.
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.
FilterReminderAlert Enables you to fire alerts only for specific reminders. Inherited from SchedulerStorageBase.
FilterResource Enables specific resources to be hidden in the Scheduler control.
ReminderAlert Occurs when a reminder is triggered.
ResourceChanging Fires when a resource’s property is about to be changed.
ResourceCollectionAutoReloading Occurs when the data source which contains resources is modified, and the automatic reloading of resources is enabled.
ResourceCollectionCleared Fires after the resources collection has been cleared.
ResourceCollectionLoaded Fires after resources have been loaded into the ResourceBaseCollection collection.
ResourceDeleting Allows the deletion of a resource to be cancelled.
ResourceInserting Allows you to cancel the addition of a resource.
ResourcesChanged Fires when the resources’ properties are changed.
ResourcesDeleted Occurs when a scheduler’s resource is deleted from the collection.
ResourcesInserted Occurs when new resources are inserted into the ResourceBaseCollection collection.
See Also