WorkflowRuntime.WorkflowStarted 事件

定义

在启动工作流实例时发生。

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

事件类型

注解

工作流运行时引擎通过计划执行根活动启动工作流实例后引发 WorkflowStarted 事件。 对于此事件,发送方包含 WorkflowRuntimeWorkflowEventArgs 包含 WorkflowInstance 与事件关联的事件。

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

适用于