WorkflowRuntime.WorkflowStarted 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在启动工作流实例时发生。
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 事件。 对于此事件,发送方包含 WorkflowRuntime 并 WorkflowEventArgs 包含 WorkflowInstance 与事件关联的事件。
有关处理事件的详细信息,请参阅 处理和引发事件。