1 write to onStepCompleted
System.Activities (1)
System\Activities\Statements\Flowchart.cs (1)
349
this.
onStepCompleted
= new CompletionCallback(this.OnStepCompleted);
2 references to onStepCompleted
System.Activities (2)
System\Activities\Statements\Flowchart.cs (2)
347
if (this.
onStepCompleted
== null)
352
return step.Execute(context, this.
onStepCompleted
, out nextNode);