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

ASPxSchedulerStorageControl Events

Represents a non-visual component that implements all scheduler-based data operations using third-party web controls.
Name Description
AppointmentChanging Fires when an appointment’s property is about to be changed. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentCollectionAutoReloading Occurs when the data source which contains appointment records is modified and appointments are set to be automatically reloaded. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentCollectionCleared Fires after the appointment collection has been cleared. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentCollectionLoaded Fires after appointments have been loaded into the AppointmentBaseCollection collection. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentDeleting Occurs before an appointment is deleted and allows you to cancel the action. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentInserting Occurs before an appointment is added to the AppointmentBaseCollection collection and allows you to cancel the operation. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentRowDeleted Fires after an appointment’s data row is deleted from the data source. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentRowDeleting Fires before an appointment data row is deleted from the data source. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentRowInserted Fires after a new record containing appointment information is inserted into the data source. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentRowInserting Fires before appointment data is posted to the data source for insertion. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentRowUpdated Fires after an appointment’s data record is updated. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentRowUpdating Fires before the appointment data is posted to the data source to update the record. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentsChanged Fires when the appointments’ properties have been changed. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentsDeleted Fires after you delete an appointment. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentsInserted Fires after one or several appointments have been added to the collection. Inherited from ASPxSchedulerDataWebControlBase.
CallbackError static Allows you to handle any server exception that might occur during server-side processing of a callback sent by a DevExpress web control. Inherited from ASPxWebControl.
CustomCallback Fires when a round trip to the server has been initiated by a call to the client ASPxClientScheduler.PerformCallback method. Inherited from ASPxSchedulerDataWebControlBase.
DataBinding Occurs when the server control binds to a data source. Inherited from Control.
DataBound Occurs after the server control binds to the data source. Inherited from ASPxDataWebControlBase.
Disposed Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. Inherited from Control.
FetchAppointments Occurs before the scheduler starts retrieving the appointments for the specified time interval. Inherited from ASPxSchedulerDataWebControlBase.
FilterAppointment Enables specific appointments to be hidden in the scheduler. Inherited from ASPxSchedulerDataWebControlBase.
FilterReminderAlert Enables you to fire alerts only for specific reminders. Inherited from ASPxSchedulerDataWebControlBase.
FilterResource Hides specific resources in the scheduler. Inherited from ASPxSchedulerDataWebControlBase.
Init Occurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
Load Occurs when the server control is loaded into the Page object. Inherited from Control.
PreRender Occurs after the Control object is loaded but prior to rendering. Inherited from Control.
ReminderAlert Occurs when a reminder is invoked. Inherited from ASPxSchedulerDataWebControlBase.
ResourceChanging Fires when a resource’s property is about to be changed. Inherited from ASPxSchedulerDataWebControlBase.
ResourceCollectionAutoReloading Occurs when the data source which contains resources is modified, and the automatic reloading of resources is enabled. Inherited from ASPxSchedulerDataWebControlBase.
ResourceCollectionCleared Fires after the resources collection has been cleared. Inherited from ASPxSchedulerDataWebControlBase.
ResourceCollectionLoaded Fires after resources have been loaded into the ResourceBaseCollection collection. Inherited from ASPxSchedulerDataWebControlBase.
ResourceDeleting Allows the deletion of a resource to be cancelled. Inherited from ASPxSchedulerDataWebControlBase.
ResourceInserting Allows you to cancel the addition of a resource. Inherited from ASPxSchedulerDataWebControlBase.
ResourcesChanged Fires when the resources’ properties are changed. Inherited from ASPxSchedulerDataWebControlBase.
ResourcesDeleted Occurs when a scheduler’s resource is deleted from the collection. Inherited from ASPxSchedulerDataWebControlBase.
ResourcesInserted Occurs when new resources are inserted into the ResourceBaseCollection collection. Inherited from ASPxSchedulerDataWebControlBase.
Unload Occurs when the server control is unloaded from memory. Inherited from Control.
See Also