Persistate API documentation
InstanceAssociated Event
NamespacesPersistateObjectClassInstanceAssociated

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

Occurs whenever an object of this class is associated to another object.
Declaration Syntax
C#
public event LinkageEventHandler InstanceAssociated
Remarks
This happens whenever you assign the object to an associated (not contained) member of another object, or whenever you add the object to an associated collection. Note that this event does not occur when an associated member is overwritten with itself. When this event is raised for a particular object class, 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)