WorkflowRuntime.WorkflowCreated Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.