Skip to main content

MVCxSchedulerStorage Events

A storage which holds data for the Scheduler control.
Name Description
AppointmentRowDeleted Fires after an appointment’s data row is deleted from the data source. Inherited from ASPxSchedulerStorage.
AppointmentRowDeleting Fires before an appointment data row is deleted from the data source. Inherited from ASPxSchedulerStorage.
AppointmentRowInserted Fires after a new record containing appointment information is inserted into the data source. Inherited from ASPxSchedulerStorage.
AppointmentRowInserting Fires before appointment data is posted to the data source for insertion. Inherited from ASPxSchedulerStorage.
AppointmentRowUpdated Fires after an appointment’s data record is updated. Inherited from ASPxSchedulerStorage.
AppointmentRowUpdating Fires before the appointment data is posted to the data source to update the record. Inherited from ASPxSchedulerStorage.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
FilterReminderAlert Enables you to fire alerts only for specific reminders. Inherited from SchedulerStorageBase.
See Also