DomainObjects Class Library

TransactableObject.EventHandler<TEventArgs> Event

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.

public event EventHandler<TEventArgs> OnAbortedTransaction;

See Also

TransactableObject Class | DomainObjects.Facade.Domain Namespace