DomainObjects Class Library

ICreatable.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.

event EventHandler<TEventArgs> OnAfterInsert;

See Also

ICreatable Interface | DomainObjects.Facade.Domain Namespace