WorkflowRuntime.WorkflowLoaded Evento

Definición

Se produce cuando la instancia de flujo de trabajo se carga en la memoria.

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

Comentarios

WorkflowLoaded se produce después de que el servicio de persistencia haya restaurado la instancia de flujo de trabajo, pero antes de que el motor en tiempo de ejecución del flujo de trabajo comience a ejecutar cualquier actividad.

Para el WorkflowLoaded evento, el remitente contiene y WorkflowRuntimeWorkflowEventArgs contiene el WorkflowInstance asociado al evento .

Para obtener más información sobre el control de eventos, consulte Control y generación de eventos.

Se aplica a