IObjectSpace Events
Declares members implemented by Object Space.
Name | Description |
---|---|
Committed | Occurs after persistent object changes are stored in the database. |
Committing | Occurs before persistent objects are saved to the database. |
Confirmation |
Occurs when performing refresh or rollback operations with the current Object Space’s persistent objects. |
Connected | Occurs after a connection to a database has been established. |
Custom |
Replaces the default commit logic with a custom one. |
Custom |
The IObjectCustom event. Handle this event to replace the default persistent object deletion logic with custom logic.
|
Custom |
Replace the default processes of refreshing persistent objects with a custom one. |
Custom |
Replaces the default process of persistent objects rollback with a custom one. |
Disposed | Occurs after an Object Space has been disposed of. |
Modified |
Occurs when the current Object Space’s IObject |
Object |
Occurs when a persistent object is created, deleted or changed (when the objects’ INotify |
Object |
Occurs after the specified objects have been deleted from the dataset. |
Object |
Occurs when the specified objects are about to be deleted. |
Object |
Occurs after ending an edit operation taking place on the specified object. |
Object |
Occurs after an object is reloaded from the database. |
Object |
Occurs after saving changes made to a specified persistent object to the database. |
Object |
Occurs before saving changes made to a specified persistent object to the database. |
Refreshing | Occurs before refreshing the current Object Space’s persistent objects. |
Reloaded | Occurs after the current Object Space reconnects to the database. |
Rolling |
Occurs before rolling back the changes made to the current Object Space’s persistent objects. |
See Also