3 references to WorkflowCreated
System.Workflow.Runtime (2)
WorkflowRuntime.cs (2)
1223
if (
WorkflowCreated
!= null)
1224
WorkflowCreated
(this, new WorkflowEventArgs(exec.WorkflowInstance));
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (1)
326
this.workflowRuntime.
WorkflowCreated
+= OnWorkflowStarted;