Back to Devexpress

AppointmentStorage Events

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentstorage-dot-underscore-events.md

latest4.3 KB
Original Source

AppointmentStorage Events

Represents a storage which holds a collection of appointments.

NameDescription
AutoReloadingOccurs when persistent object data is automatically fetched from the data source; allows cancelling data loading. Inherited from PersistentObjectStorage<T>.
FilterChangedOccurs when the PersistentObjectStorage<T>.Filter property value is changed. Inherited from PersistentObjectStorage<T>.
LoadExceptionFires when a problem occurs in appointment loading to the storage from an external data source. Inherited from AppointmentStorageBase.
MappingsChangedOccurs when the field name of any object mapping in the storage is changed. Inherited from PersistentObjectStorage<T>.
ObjectChangedOccurs when a persistent object in the storage is changed. Inherited from PersistentObjectStorage<T>.
ObjectChangingOccurs before a persistent object in the storage is changed and allows you to cancel changes. Inherited from PersistentObjectStorage<T>.
ObjectCollectionClearedOccurs when a collection of persistent objects in the storage is cleared. Inherited from PersistentObjectStorage<T>.
ObjectCollectionLoadedOccurs when persistent objects are loaded from the data source into the storage. Inherited from PersistentObjectStorage<T>.
ObjectDeletedOccurs when a persistent object is deleted from the storage. Inherited from PersistentObjectStorage<T>.
ObjectDeletingOccurs before a persistent object is deleted from the storage and allows you to cancel deletion. Inherited from PersistentObjectStorage<T>.
ObjectInsertedOccurs when a persistent object is inserted into the storage. Inherited from PersistentObjectStorage<T>.
ObjectInsertingOccurs before a persistent object is inserted into the storage and allows you to cancel insertion. Inherited from PersistentObjectStorage<T>.
UIChangedThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from AppointmentStorageBase.

See Also

AppointmentStorage Class

AppointmentStorage Members

DevExpress.XtraScheduler Namespace