Persistate API documentation
InstanceDissociated Event
NamespacesPersistateObjectClassInstanceDissociated

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

Occurs whenever an object of this class is disassociated from another object.
Declaration Syntax
C#
public event LinkageEventHandler InstanceDissociated
Remarks
This happens whenever you overwrite the associated (not contained) member containing the object with null, or another object. It also happens when you remove the object from an associated collection. When this event is raised for a particular object class, it is also raised for all its base classes, starting from the root.

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