WorkflowRuntime.WorkflowLoaded Evento

Definição

Ocorre quando a instância do fluxo de trabalho é carregada na memória.

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) 

Tipo de Evento

Observações

WorkflowLoaded ocorre depois de o serviço de persistência ter restaurado a instância do workflow, mas antes do motor de execução do workflow começar a executar quaisquer atividades.

Para o WorkflowLoaded 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