ASPxSchedulerStorage Events
Represents a storage which holds data for the ASPxScheduler control.
Name | Description |
---|---|
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. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Filter |
Enables you to fire alerts only for specific reminders.
Inherited from Scheduler |
See Also