DomainObjects Class Library

ICreatable Events

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

Public Instance Events

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.
OnIdentityChange An event that the lazy loading proxy can use to be notified when this instance obtains a database identity.

See Also

ICreatable Interface | DomainObjects.Facade.Domain Namespace