Skip to main content
A newer version of this page is available. .

ASPxResourceStorage Events

Represents a storage which holds appointment resources.
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>.
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>.
ResourceVisibilityChanged Occurs when the Resource.Visible property value is changed. Inherited from ResourceStorageBase.
SortedColumnsChanged Occurs when the sort order of columns in Resources Tree is changed. Inherited from ResourceStorageBase.
See Also