IAttacher Methods |
The IAttacher type exposes the following members.
Name | Description | |
---|---|---|
AttachChild |
Attach an object as a child of the current node.
| |
DetachChild |
Detaches an object as a child of the current node.
| |
GetNode |
Gets the underlying object instance which is subject to the current attacher.
The instance is the aggregatable node that participates in the parent-child relationships with other objects.
| |
OnChildAttached |
Method invoked after a child has been successfully attached to the current node.
| |
OnChildDetached |
Method invoked when a child has been detached from the current node.
|