WorkflowRuntime.WorkflowStarted Evento

Definição

Ocorre quando uma instância de fluxo de trabalho foi iniciada.

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) 

Tipo de Evento

Observações

O motor de execução do workflow levanta o WorkflowStarted evento após o início da instância do workflow, agendando a atividade raiz para execução. Para este evento, o remetente contém o WorkflowRuntime e WorkflowEventArgs contém o WorkflowInstance associado ao evento.

Para mais informações sobre gestão de eventos, consulte Gestão e aumento de eventos.

Aplica-se a