Back to Devexpress

ResourceStorage Events

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

latest4.4 KB
Original Source

ResourceStorage Events

Represents a storage which holds appointment resources.

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>.
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>.
ResourceVisibilityChangedOccurs when the Resource.Visible property value is changed. Inherited from ResourceStorageBase.
SortedColumnsChangedOccurs when the sort order of columns in Resources Tree is changed. Inherited from ResourceStorageBase.

See Also

ResourceStorage Class

ResourceStorage Members

DevExpress.XtraScheduler Namespace