ASPxSchedulerDataWebControlBase Events
Serves as a base class for the scheduler-based controls.Name | Description |
---|---|
AppointmentChanging | Fires when an appointment’s property is about to be changed. |
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 | Occurs before an appointment is deleted and allows you to cancel the action. |
AppointmentInserting | Occurs before an appointment is added to the AppointmentBaseCollection collection and allows you to cancel the operation. |
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 you delete an appointment. |
AppointmentsInserted | Fires after one or several appointments have been added to the collection. |
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. |
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. |
FilterAppointment | Enables specific appointments to be hidden in the scheduler. |
FilterReminderAlert | Enables you to fire alerts only for specific reminders. |
FilterResource | Hides specific resources in the scheduler. |
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. |
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. |
Unload | Occurs when the server control is unloaded from memory. Inherited from Control. |
See Also