Method OnChildAttached
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. |