BootstrapAppointmentStorage Events
Represents a storage which holds a collection of appointments.| Name | Description |
|---|---|
| AutoReloading | Occurs when persistent object data is automatically fetched from the data source; allows cancelling data loading. Inherited from PersistentObjectStorage<T>. |
| FilterChanged | Occurs when the PersistentObjectStorage<T>.Filter property value is changed. Inherited from PersistentObjectStorage<T>. |
| LoadException | Fires when a problem occurs in appointment loading to the storage from an external data source. Inherited from AppointmentStorageBase. |
| MappingsChanged | Occurs when the field name of any object mapping in the storage is changed. Inherited from PersistentObjectStorage<T>. |
| ObjectChanged | Occurs when a persistent object in the storage is changed. Inherited from PersistentObjectStorage<T>. |
| ObjectChanging | Occurs before a persistent object in the storage is changed and allows you to cancel changes. Inherited from PersistentObjectStorage<T>. |
| ObjectCollectionCleared | Occurs when a collection of persistent objects in the storage is cleared. Inherited from PersistentObjectStorage<T>. |
| ObjectCollectionLoaded | Occurs when persistent objects are loaded from the data source into the storage. Inherited from PersistentObjectStorage<T>. |
| ObjectDeleted | Occurs when a persistent object is deleted from the storage. Inherited from PersistentObjectStorage<T>. |
| ObjectDeleting | Occurs before a persistent object is deleted from the storage and allows you to cancel deletion. Inherited from PersistentObjectStorage<T>. |
| ObjectInserted | Occurs when a persistent object is inserted into the storage. Inherited from PersistentObjectStorage<T>. |
| ObjectInserting | Occurs before a persistent object is inserted into the storage and allows you to cancel insertion. Inherited from PersistentObjectStorage<T>. |
| UIChanged | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from AppointmentStorageBase. |
See Also