WorkflowRuntime::WorkflowCreated Event
.NET Framework (current version)
Occurs when a workflow instance is created.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
The workflow run-time engine raises the WorkflowCreated event after the workflow instance is completely constructed but before activities are processed. For this event, the sender contains the WorkflowRuntime and WorkflowEventArgs contains the WorkflowInstance associated with the event.
For more information about handling events, see Consuming Events.
The following code example demonstrates how to use WorkflowRuntime functionality from a workflow host. The code associates the WorkflowCreated with an event handler, a method named OnWorkflowCreated.
This code example is part of the Custom Persistence Service Sample.
.NET Framework
Available since 3.0
Available since 3.0
Show: