DomainObjects Class Library

TransactableObject.EventHandler<TEventArgs> Event

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.

public event EventHandler<TEventArgs> OnAfterInsert;

Implements

ICreatable.

See Also

TransactableObject Class | DomainObjects.Facade.Domain Namespace