Click or drag to resize

NodeParentSetChildAt method

Saves the child node at the transferred index and attaches itself to the events of the child node.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public virtual void SetChildAt(
	
	int index,
	
	LogicalNode child
)

Parameters

index  Int32
The index at which the child node is to be saved.
child  LogicalNode
The child node to be saved.
See also