The following tables list the members exposed by IObjectNotification.
| Name | Description | |
|---|---|---|
| OnAfterDelete | Invoked by the framework after the object is deleted. | |
| OnAfterInsert | Invoked by the framework after the object is inserted. | |
| OnAfterMarkDeleted | Invoked by the framework after the object has been marked deleted. | |
| OnAfterPopulated | Invoked by the framework after the object is populated. | |
| OnAfterUpdate | Invoked by the framework after the object is updated. | |
| OnBeforeDelete | Invoked by the framework before the object is deleted. | |
| OnBeforeInsert | Invoked by the framework before the object is inserted. | |
| OnBeforeMarkDeleted | Invoked by the framework after the object has been marked deleted. | |
| OnBeforePopulated | Invoked by the framework before the persistent object is populated. | |
| OnBeforeUpdate | Invoked by the framework before the object is updated. |