This function alters an Edge by removing it from its current parent Node and adding it to its new parent.
Namespace: TreePlusSilverlightAssembly: TreePlusSilverlight (in TreePlusSilverlight.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- from
- Type: TreePlusSilverlight.Graph Node
The old Edge's From-Node.
- to
- Type: TreePlusSilverlight.Graph Node
The old Edge's To-Node.
- expansionNode
- Type: TreePlusSilverlight.Graph Node
The Node that will become the new parent.
See Also