DomainObjects Class Library

IDeletable Events

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

Public Instance Events

OnDeletedFromDatabase An event that subscribers can use to be notifed when this instance has been successfully 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.

See Also

IDeletable Interface | DomainObjects.Facade.Domain Namespace