Persistate API documentation
Disowned Event
NamespacesPersistatePersistentDisowned

[This is preliminary documentation and is subject to change.]

Occurs when this object is disowned from being a contained (not associated) child object of another object.
Declaration Syntax
C#
public event LinkageEventHandler Disowned
Remarks
This happens if you replace this object with null or another object in a single contained member of another object, or you remove it from a contained IndexedList<(Of <(<'T>)>)> collection. This event is not raised during an Rollback or RestoreUnmodified call.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)