MVCxSchedulerStorageControl Events
The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
Name | Description |
---|---|
Appointment |
Fires when an appointment’s property is about to be changed.
Inherited from ASPx |
Appointment |
Occurs when the data source which contains appointment records is modified and appointments are set to be automatically reloaded.
Inherited from ASPx |
Appointment |
Fires after the appointment collection has been cleared.
Inherited from ASPx |
Appointment |
Fires after appointments have been loaded into the Appointment |
Appointment |
Occurs before an appointment is deleted and allows you to cancel the action.
Inherited from ASPx |
Appointment |
Occurs before an appointment is added to the Appointment |
Appointment |
Fires after an appointment’s data row is deleted from the data source.
Inherited from ASPx |
Appointment |
Fires before an appointment data row is deleted from the data source.
Inherited from ASPx |
Appointment |
Fires after a new record containing appointment information is inserted into the data source.
Inherited from ASPx |
Appointment |
Fires before appointment data is posted to the data source for insertion.
Inherited from ASPx |
Appointment |
Fires after an appointment’s data record is updated.
Inherited from ASPx |
Appointment |
Fires before the appointment data is posted to the data source to update the record.
Inherited from ASPx |
Appointments |
Fires when the appointments’ properties have been changed.
Inherited from ASPx |
Appointments |
Fires after you delete an appointment.
Inherited from ASPx |
Appointments |
Fires after one or several appointments have been added to the collection.
Inherited from ASPx |
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.
Inherited from ASPx |
Filter |
Enables specific appointments to be hidden in the scheduler.
Inherited from ASPx |
Filter |
Enables you to fire alerts only for specific reminders.
Inherited from ASPx |
Filter |
Hides specific resources in the scheduler.
Inherited from ASPx |
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.
Inherited from ASPx |
Resource |
Fires when a resource’s property is about to be changed.
Inherited from ASPx |
Resource |
Occurs when the data source which contains resources is modified, and the automatic reloading of resources is enabled.
Inherited from ASPx |
Resource |
Fires after the resources collection has been cleared.
Inherited from ASPx |
Resource |
Fires after resources have been loaded into the Resource |
Resource |
Allows the deletion of a resource to be cancelled.
Inherited from ASPx |
Resource |
Allows you to cancel the addition of a resource.
Inherited from ASPx |
Resources |
Fires when the resources’ properties are changed.
Inherited from ASPx |
Resources |
Occurs when a scheduler’s resource is deleted from the collection.
Inherited from ASPx |
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