11 references to WorkflowEventArgs
System.Workflow.Runtime (11)
DebugEngine\DebugController.cs (3)
656
InstanceCompleted(sender, new
WorkflowEventArgs
(((WorkflowExecutor)sender).WorkflowInstance));
659
InstanceTerminated(sender, new
WorkflowEventArgs
(((WorkflowExecutor)sender).WorkflowInstance));
662
InstanceUnloaded(sender, new
WorkflowEventArgs
(((WorkflowExecutor)sender).WorkflowInstance));
WorkflowEventArgs.cs (4)
48
:
base
(instance)
95
:
base
(instance)
115
:
base
(instance)
120
:
base
(instance)
WorkflowRuntime.cs (4)
641
WorkflowIdled(this, new
WorkflowEventArgs
(scheduleInstance));
788
WorkflowEventArgs args = new
WorkflowEventArgs
(sched.WorkflowInstance);
1224
WorkflowCreated(this, new
WorkflowEventArgs
(exec.WorkflowInstance));
1228
WorkflowStarted(this, new
WorkflowEventArgs
(exec.WorkflowInstance));