 | 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: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxprotected void SubNodeProgressStarted(
Object? source,
ProgressChangedEventArgs args
)
Protected Sub SubNodeProgressStarted (
source As Object,
args As ProgressChangedEventArgs
)
protected:
void SubNodeProgressStarted(
Object^ source,
ProgressChangedEventArgs^ args
)
member SubNodeProgressStarted :
source : Object *
args : ProgressChangedEventArgs -> unit
Parameters
- source Object
- The source of the exception.
- args ProgressChangedEventArgs
- Additional event parameters (progress % and info object).
See also