OnChildAttached(object, object, object, ChildInfo)
Method invoked after a child has been successfully attached to the current node.
Declaration
void OnChildAttached(object state, object parent, object child, ChildInfo childInfo)Parameters
| Type | Name | Description |
|---|---|---|
| object | state | The opaque state object passed to AttachToParent(RelationshipInfo, IAttacher, object). |
| object | parent | The actual parent of |
| object | child | The child object. |
| ChildInfo | childInfo | Information about the location (field or collection item, typically) to which the child is assigned and about the relationship of the current node relatively to the parent node. |