WorkflowRuntime.WorkflowCreated Événement

Définition

Se produit lorsqu’une instance de flux de travail est créée.

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) 

Type d'événement

Remarques

Le moteur d’exécution du flux de travail déclenche l’événement WorkflowCreated après la construction complète de l’instance de workflow, mais avant le traitement des activités. Pour cet événement, l’expéditeur contient et WorkflowRuntimeWorkflowEventArgs contient l’événement WorkflowInstance associé.

Pour plus d’informations sur la gestion des événements, consultez Gestion et déclenchement d’événements.

S’applique à