MVCxAppointmentStorage Events
A storage which holds a collection of appointments.
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 |
Load |
Fires when a problem occurs in appointment loading to the storage from an external data source.
Inherited from Appointment |
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 |
UIChanged |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Appointment |
See Also