ASPxSchedulerDataWebControlBase Events
Serves as a base class for the scheduler-based controls.
Name | Description |
---|---|
Appointment |
Fires when an appointment’s property is about to be changed. |
Appointment |
Occurs when the data source which contains appointment records is modified and appointments are set to be automatically reloaded. |
Appointment |
Fires after the appointment collection has been cleared. |
Appointment |
Fires after appointments have been loaded into the Appointment |
Appointment |
Occurs before an appointment is deleted and allows you to cancel the action. |
Appointment |
Occurs before an appointment is added to the Appointment |
Appointment |
Fires after an appointment’s data row is deleted from the data source. |
Appointment |
Fires before an appointment data row is deleted from the data source. |
Appointment |
Fires after a new record containing appointment information is inserted into the data source. |
Appointment |
Fires before appointment data is posted to the data source for insertion. |
Appointment |
Fires after an appointment’s data record is updated. |
Appointment |
Fires before the appointment data is posted to the data source to update the record. |
Appointments |
Fires when the appointments’ properties have been changed. |
Appointments |
Fires after you delete an appointment. |
Appointments |
Fires after one or several appointments have been added to the collection. |
Callback |
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 ASPx |
Custom |
Fires when a round trip to the server has been initiated by a call to the client ASPx |
Data |
Occurs when the server control binds to a data source. Inherited from Control. |
Data |
Occurs after the server control binds to the data source.
Inherited from ASPx |
Disposed |
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP. |
Fetch |
Occurs before the scheduler starts retrieving the appointments for the specified time interval. |
Filter |
Enables specific appointments to be hidden in the scheduler. |
Filter |
Enables you to fire alerts only for specific reminders. |
Filter |
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. |
Pre |
Occurs after the Control object is loaded but prior to rendering. Inherited from Control. |
Reminder |
Occurs when a reminder is invoked. |
Resource |
Fires when a resource’s property is about to be changed. |
Resource |
Occurs when the data source which contains resources is modified, and the automatic reloading of resources is enabled. |
Resource |
Fires after the resources collection has been cleared. |
Resource |
Fires after resources have been loaded into the Resource |
Resource |
Allows the deletion of a resource to be cancelled. |
Resource |
Allows you to cancel the addition of a resource. |
Resources |
Fires when the resources’ properties are changed. |
Resources |
Occurs when a scheduler’s resource is deleted from the collection. |
Resources |
Occurs when new resources are inserted into the Resource |
Unload | Occurs when the server control is unloaded from memory. Inherited from Control. |
See Also