DomainObjects Class Library

TransactableObject Events

The events of the TransactableObject class are listed below. For a complete list of TransactableObject class members, see the TransactableObject Members topic.

Public Instance Events

OnAbortedTransaction An event that subscribers can use to be notifed when this instance has participated in an aborted transaction. If modifications to this instance have been aborted, then methods cannot be called against this instance and all references to this instance must be nullified.
OnAfterInsert An event that indicates this instance is transitioned from
IsNew == true
to
IsNew == false
. In other words, this instance has been inserted successfully into the database.
OnDeletedFromDatabase An event that subscribers can use to be notifed when this instance has been deleted from the database. If this instance has been deleted, then methods cannot be called against this instance and all references to this instance must be nullified.
OnIdentityChange 

See Also

TransactableObject Class | DomainObjects.Facade.Domain Namespace