SchedulerStorage Events
Use a SchedulerDataStorage as a component that holds data for the SchedulerControl.| Name | Description |
|---|---|
| AppointmentChanging | Fires when an appointment’s property is about to change. Inherited from SchedulerStorageBase. |
| AppointmentCollectionAutoReloading | Occurs when the data source which contains appointment records is modified and appointments are set to be automatically reloaded. Inherited from SchedulerStorageBase. |
| AppointmentCollectionCleared | Fires after the appointment collection has been cleared. Inherited from SchedulerStorageBase. |
| AppointmentCollectionLoaded | Fires after appointments have been loaded into the AppointmentBaseCollection collection. Inherited from SchedulerStorageBase. |
| AppointmentDeleting | Allows you to cancel the deletion of an appointment. Inherited from SchedulerStorageBase. |
| AppointmentDependenciesChanged | Fires when the properties of the appointment dependency have been changed. Inherited from SchedulerStorageBase. |
| AppointmentDependenciesDeleted | Fires after deletion of one or several appointment dependencies. Inherited from SchedulerStorageBase. |
| AppointmentDependenciesInserted | Fires after one or several appointment dependencies have been added to the collection. Inherited from SchedulerStorageBase. |
| AppointmentDependencyChanging | Fires when the appointment dependency type is changing. Inherited from SchedulerStorageBase. |
| AppointmentDependencyCollectionAutoReloading | Occurs when the data source which contains appointment dependency records is modified and dependencies are set to be automatically reloaded. Inherited from SchedulerStorageBase. |
| AppointmentDependencyCollectionCleared | Fires after the appointment dependency collection has been cleared. Inherited from SchedulerStorageBase. |
| AppointmentDependencyCollectionLoaded | Fires after appointment dependencies have been loaded into the storage. Inherited from SchedulerStorageBase. |
| AppointmentDependencyDeleting | Allows you to cancel the deletion of an appointment dependency. Inherited from SchedulerStorageBase. |
| AppointmentDependencyInserting | Allows you to cancel the insertion of an appointment dependency. Inherited from SchedulerStorageBase. |
| AppointmentInserting | Allows you to cancel the insertion of an appointment. Inherited from SchedulerStorageBase. |
| AppointmentsChanged | Fires when the appointments’ properties have been changed. Inherited from SchedulerStorageBase. |
| AppointmentsDeleted | Fires after deletion of one or several appointments. Inherited from SchedulerStorageBase. |
| AppointmentsInserted | Fires after one or several appointments have been added to the collection. Inherited from SchedulerStorageBase. |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| FetchAppointments | Occurs before the SchedulerStorageBase starts retrieving the appointments for the specified time interval. Inherited from SchedulerStorageBase. |
| FilterAppointment | Hides specific appointments in the Scheduler control. Inherited from SchedulerStorageBase. |
| FilterDependency | Hides certain appointment dependencies in the Gantt view. Inherited from SchedulerStorageBase. |
| FilterReminderAlert | Enables you to fire alerts only for specific reminders. Inherited from SchedulerStorageBase. |
| FilterResource | Hides specific resources in the Scheduler control. Inherited from SchedulerStorageBase. |
| PrepareAppointmentFilterColumn | Fires when a column, representing an appointment’s field, is added to the collection of filter columns contained within the FilterControl. |
| PrepareResourceFilterColumn | Fires when a column, representing a resource’s field, is added to the collection of filter columns contained within the FilterControl. |
| ReminderAlert | Occurs when a reminder alert is invoked. Inherited from SchedulerStorageBase. |
| ResourceChanging | Fires when a resource’s property is about to be changed. Inherited from SchedulerStorageBase. |
| ResourceCollectionAutoReloading | Occurs when the data source which contains resources is modified and the automatic reloading of resources is enabled. Inherited from SchedulerStorageBase. |
| ResourceCollectionCleared | Fires after the resource collection has been cleared. Inherited from SchedulerStorageBase. |
| ResourceCollectionLoaded | Fires after resources have been loaded into the Scheduler storage. Inherited from SchedulerStorageBase. |
| ResourceDeleting | Allows the deletion of a resource to be cancelled. Inherited from SchedulerStorageBase. |
| ResourceInserting | Allows you to cancel the addition of a resource. Inherited from SchedulerStorageBase. |
| ResourcesChanged | Occurs when a scheduler’s resource in a collection is changed. Inherited from SchedulerStorageBase. |
| ResourcesDeleted | Occurs after a scheduler’s resource(s) is deleted. Inherited from SchedulerStorageBase. |
| ResourcesInserted | Occurs when new resources are inserted into the scheduler storage. Inherited from SchedulerStorageBase. |
See Also