Click or drag to resize

NodeParentSubNodeExceptionCleared method

Is triggered if an exception has been deleted in a child. Cascades the resolution of a previous exception up to the root node. Parent nodes with multiple children (NodeList) in turn generate an ExceptionCleared event only if no child node is still holding an exception.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
protected void SubNodeExceptionCleared(
	
	LogicalNode source
)

Parameters

source  LogicalNode
The source of the exception.
See also