WorkflowRuntime::WorkflowLoaded Event
.NET Framework (current version)
Occurs when the workflow instance is loaded into memory.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
WorkflowLoaded occurs after the persistence service has restored the workflow instance, but before the workflow run-time engine begins to execute any activities.
For the WorkflowLoaded 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 WorkflowLoaded with an event handler, a method named OnWorkflowLoad.
This code example is part of the Custom Persistence Service sample.
.NET Framework
Available since 3.0
Available since 3.0
Show: