SchedulerDataStorage Events
The component that holds data for the SchedulerControl.
Name | Description |
---|---|
Appointment |
Fires when an appointment is about to change. |
Appointment |
Occurs when the data source which contains appointment records is modified and appointments are set to be automatically reloaded. |
Appointment |
Fires after the appointment collection has been cleared. |
Appointment |
Fires after the appointment collection has been cleared. |
Appointment |
Allows you to cancel the deletion of an appointment. |
Appointment |
Fires when the properties of the appointment dependency have been changed. |
Appointment |
Fires after deletion of one or several appointment dependencies. |
Appointment |
Fires after one or several appointment dependencies have been added to the collection. |
Appointment |
Fires when the appointment dependency type is changing. |
Appointment |
Occurs when the data source which contains appointment dependency records is modified and dependencies are set to be automatically reloaded. |
Appointment |
Fires after the appointment dependency collection has been cleared. |
Appointment |
Fires after appointment dependencies have been loaded into the storage. |
Appointment |
Allows you to cancel the deletion of an appointment dependency. |
Appointment |
Allows you to cancel the insertion of an appointment dependency. |
Appointment |
Allows you to cancel the insertion of an appointment. |
Appointments |
Fires when the appointments’ properties have been changed. |
Appointments |
Fires after deletion of one or several appointments. |
Appointments |
Fires after one or several appointments have been added to the collection. |
Create |
Allows you to set the source object for a newly created appointment. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Fetch |
Occurs before the Scheduler |
Filter |
Hides specific appointments in the Scheduler control. |
Filter |
Hides certain appointment dependencies in the Gantt view. |
Filter |
Enables you to fire alerts only for specific reminders. |
Filter |
Hides specific resources in the Scheduler control. |
Item |
Raises when any item (appointment, resource, appointment dependency, label or status) stored within this Scheduler |
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. |
Resource |
Fires when a resource’s property is about to be changed. |
Resource |
Occurs when the data source which contains resources is modified and the automatic reloading of resources is enabled. |
Resource |
Fires after the resource collection has been cleared. |
Resource |
Fires after resources have been loaded into the Scheduler storage. |
Resource |
Allows the deletion of a resource to be cancelled. |
Resource |
Allows you to cancel the addition of a resource. |
Resources |
Occurs when a scheduler’s resource in a collection is changed. |
Resources |
Occurs after a scheduler’s resource |
Resources |
Occurs when new resources are inserted into the scheduler storage. |
See Also