MVCxResourceStorage Events
A storage which holds appointment resources.
Name | Description |
---|---|
Auto |
Occurs when persistent object data is automatically fetched from the data source; allows cancelling data loading.
Inherited from Persistent |
Filter |
Occurs when the Persistent |
Mappings |
Occurs when the field name of any object mapping in the storage is changed.
Inherited from Persistent |
Object |
Occurs when a persistent object in the storage is changed.
Inherited from Persistent |
Object |
Occurs before a persistent object in the storage is changed and allows you to cancel changes.
Inherited from Persistent |
Object |
Occurs when a collection of persistent objects in the storage is cleared.
Inherited from Persistent |
Object |
Occurs when persistent objects are loaded from the data source into the storage.
Inherited from Persistent |
Object |
Occurs when a persistent object is deleted from the storage.
Inherited from Persistent |
Object |
Occurs before a persistent object is deleted from the storage and allows you to cancel deletion.
Inherited from Persistent |
Object |
Occurs when a persistent object is inserted into the storage.
Inherited from Persistent |
Object |
Occurs before a persistent object is inserted into the storage and allows you to cancel insertion.
Inherited from Persistent |
Resource |
Occurs when the Resource. |
Sorted |
Occurs when the sort order of columns in Resources Tree is changed.
Inherited from Resource |
See Also