Click or drag to resize

NodeParentSubNodeStateChanged method

Is activated when the processing status of a child has changed. Is triggered by a SingleNode. Continues in the tree only up to the direct parent node.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
protected virtual void SubNodeStateChanged(
	
	Object sender,
	
	NodeState state
)

Parameters

sender  Object
The child knot.
state  NodeState
Processing status of the child node.
See also