Click or drag to resize

NodeConnectorSubNodeResultChanged method

Is triggered if the result of a child node has changed. Cascades upwards in the tree to the root node.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
protected override void SubNodeResultChanged(
	
	LogicalNode sender,
	
	Result? result
)

Parameters

sender  LogicalNode
The child knot.
result  Result
New result of the child node.
See also