Click or drag to resize

NodeParentSubNodeLogicalChanged method

Is triggered if the current logical result of the child node 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 SubNodeLogicalChanged(
	
	LogicalNode sender,
	
	bool? logical
)

Parameters

sender  LogicalNode
Child knot
logical  NullableBoolean
Logical result (null, false, true)
See also