WorkflowRuntime.WorkflowCreated Evento

Definição

Ocorre quando uma instância de workflow é criada.

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

Tipo de Evento

Observações

O motor de execução de workflow levanta o WorkflowCreated evento depois de a instância de workflow estar completamente construída, mas antes de as atividades serem processadas. 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