WorkflowRuntime.WorkflowCreated Evento

Definición

Se produce cuando se crea una instancia de flujo de trabajo.

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

Comentarios

El motor en tiempo de ejecución del flujo de trabajo genera el WorkflowCreated evento después de que la instancia de flujo de trabajo se construya completamente, pero antes de procesar las actividades. 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