MVCxSchedulerStorage Events
A storage which holds data for the Scheduler control.
Name | Description |
---|---|
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 |
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