Click or drag to resize

NodeParentSubNodeProgressStarted method

Is triggered when processing of the child node has been started. May cascade upwards in the tree to the root node. Parent nodes with multiple children (NodeList) in turn generate a NodeProgressStarted event only if this is the first (and so far only) child whose processing has been started.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
protected void SubNodeProgressStarted(
	
	Object? source,
	
	ProgressChangedEventArgs args
)

Parameters

source  Object
The source of the exception.
args  ProgressChangedEventArgs
Additional event parameters (progress % and info object).
See also