Click or drag to resize

NodeParentSubNodeProgressChanged method

Is activated when the processing progress changes. of the referenced original node has changed. 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 SubNodeProgressChanged(
	
	Object? sender,
	
	ProgressChangedEventArgs args
)

Parameters

sender  Object
The referenced original node (LogicalNode).
args  ProgressChangedEventArgs
Information on the processing progress.
See also