WorkflowRuntime.WorkflowStarted Evento

Definición

Se produce cuando se ha iniciado una instancia de flujo de trabajo.

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

Comentarios

El motor en tiempo de ejecución del flujo de trabajo genera el WorkflowStarted evento después de que se inicie la instancia de flujo de trabajo mediante la programación de la actividad raíz para su ejecución. Para este 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