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