The following tables list the members exposed by ObjectNotificationEventArgs.
| Name | Description | |
|---|---|---|
| Context | Returns the ObjectContext of the current operation. | |
| CurrentOperation | Returns the current PersistentOperation that is executed on the persistent object. | |
| ObjectInfo | Returns the ObjectInfo that contains state informations of the persistent object that implements the IObjectNotification interface. | |
| PersistDepth | Returns the depth of the loaded object graph that is persisted during the current persist process. | |
| Query | Specifies the IQuery of the current operation. It can be null if the object is not in an operation. |