Click or drag to resize

NGTreeNodeReplaceBy Method

Replaces this node in the tree by the new node newNode, setting this node free (i.e. afterwards it has no parent anymore).

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ReplaceBy(
	NGTreeNode newNode
)

Parameters

newNode  NGTreeNode
The new node to replace this node.
See Also