Click or drag to resize

NodeParentReleaseChildAt method

Releases the event links with the child node at the index index.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public virtual void ReleaseChildAt(
	
	int index
)

Parameters

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