The CoordinateSpaceTree type exposes the following members.
| Name | Description | |
|---|---|---|
| Changed | The actual event. | |
| NameChanged | Occurs after a space name is changed in this tree. | |
| SpaceAdded | Occurs after a new space is added to this tree. | |
| SubtreeDeleted | Occurs after a subtree is deleted from this tree. | |
| SubtreeMoved | Occurs after a subtree is moved within this tree. | |
| TransformChanged | Occurs after a transform is changed in this tree. Note that the meaning of any spaces descending from the changed transform will also be altered. This event can be raised in a variety of ways. For example: (1) by a call to ChangeTransform, (2) by a call to the AddSpace method that replaces an existing transform, (3) by modifying a transform that was added to the tree by reference (not copied). | |
| TreeAdded | Occurs after a new tree is added to this tree. |