Skip to main content

ASPxSchedulerStorage Events

Represents a storage which holds data for the ASPxScheduler control.
Name Description
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.
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