Persistate API documentation
InstanceAdopted Event
NamespacesPersistateObjectClassInstanceAdopted

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

Occurs whenever an object of this class is adopted by another object.
Declaration Syntax
C#
public event LinkageEventHandler InstanceAdopted
Remarks
This happens whenever you assign the object to a contained (not associated) member of another object, or whenever you add the object to a contained collection. Note that this event does not occur when a contained member is overwritten with itself. When this event is raised for a particular ObjectClass, it is also raised for all its base classes, starting from the root. It is permitted to overwrite the member from within the event handler.

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