ISchedulerStorage Events
A storage containing persistent objects - appointments, resources and appointment dependencies.
Name | Description |
---|---|
Appointment |
Fires before an appointment’s property changes.
Inherited from IScheduler |
Appointment |
Occurs when the data source which contains appointment records is modified and appointments are set to be automatically reloaded.
Inherited from IScheduler |
Appointment |
Fires after the appointment collection has been cleared.
Inherited from IScheduler |
Appointment |
Fires after appointments have been loaded into the storage.
Inherited from IScheduler |
Appointment |
Allows you to cancel an appointment deletion.
Inherited from IScheduler |
Appointment |
Fires when the properties of the appointment dependency have been changed.
Inherited from IScheduler |
Appointment |
Fires after deletion of one or several appointment dependencies.
Inherited from IScheduler |
Appointment |
Fires after one or several appointment dependencies have been added to the storage.
Inherited from IScheduler |
Appointment |
Fires when the appointment dependency type is changing.
Inherited from IScheduler |
Appointment |
Occurs when the data source which contains appointment dependency records is modified and dependencies are set to be automatically reloaded.
Inherited from IScheduler |
Appointment |
Fires after the appointment dependency collection has been cleared.
Inherited from IScheduler |
Appointment |
Fires after appointment dependencies have been loaded into the storage.
Inherited from IScheduler |
Appointment |
Allows you to cancel the deletion of an appointment dependency.
Inherited from IScheduler |
Appointment |
Allows you to cancel the insertion of an appointment dependency to the storage.
Inherited from IScheduler |
Appointment |
Allows you to cancel the insertion of an appointment.
Inherited from IScheduler |
Appointments |
Fires when the appointments’ properties have been changed.
Inherited from IScheduler |
Appointments |
Fires after deletion of one or several appointments.
Inherited from IScheduler |
Appointments |
Fires after one or several appointments have been added to the collection.
Inherited from IScheduler |
Fetch |
Occurs before the IScheduler |
Filter |
Hides specific appointments in the Scheduler control.
Inherited from IScheduler |
Filter |
Hides specific appointment dependencies in the Gantt view.
Inherited from IScheduler |
Filter |
Enables you to fire alerts only for specific reminders.
Inherited from IScheduler |
Filter |
Hides specific resources in the Scheduler control.
Inherited from IScheduler |
Prepare |
Fires when a column, representing an appointment’s field, is added to the collection of filter columns contained within the Filter |
Prepare |
Fires when a column, representing a resource’s field, is added to the collection of filter columns contained within the Filter |
Reminder |
Occurs when a reminder alert is invoked.
Inherited from IScheduler |
Resource |
Fires when a resource’s property is about to be changed.
Inherited from IScheduler |
Resource |
Occurs when the data source which contains resources is modified and the automatic reloading of resources is enabled.
Inherited from IScheduler |
Resource |
Fires after the resource collection has been cleared.
Inherited from IScheduler |
Resource |
Fires after resources have been loaded into the storage.
Inherited from IScheduler |
Resource |
Allows you to cancel a resource deletion operation.
Inherited from IScheduler |
Resource |
Allows you to cancel the addition of a resource.
Inherited from IScheduler |
Resources |
Occurs after modifying resource |
Resources |
Occurs after a resource |
Resources |
Occurs when new resources are inserted into the scheduler storage.
Inherited from IScheduler |
See Also