Persistate API documentation
Dissociated Event
NamespacesPersistatePersistentDissociated

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

Occurs when this object is removed from being an associated child object of another object.
Declaration Syntax
C#
public event LinkageEventHandler Dissociated
Remarks
This happens if you replace this object with null or another object in a single associated member of another object, or you remove it from an associated 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)