WorkflowRuntime.WorkflowLoaded 事件

定义

当工作流实例加载到内存中时发生。

public:
 event EventHandler<System::Workflow::Runtime::WorkflowEventArgs ^> ^ WorkflowLoaded;
public event EventHandler<System.Workflow.Runtime.WorkflowEventArgs> WorkflowLoaded;
member this.WorkflowLoaded : EventHandler<System.Workflow.Runtime.WorkflowEventArgs> 
Public Custom Event WorkflowLoaded As EventHandler(Of WorkflowEventArgs) 
Public Event WorkflowLoaded As EventHandler(Of WorkflowEventArgs) 

事件类型

注解

WorkflowLoaded 在持久性服务还原工作流实例之后,但在工作流运行时引擎开始执行任何活动之前发生。

WorkflowLoaded对于事件,发送方包含WorkflowRuntimeWorkflowEventArgs包含WorkflowInstance与事件关联的事件。

有关处理事件的详细信息,请参阅 处理和引发事件

适用于