WorkflowRuntime.WorkflowLoaded Événement

Définition

Se produit lorsque l’instance de workflow est chargée en mémoire.

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) 

Type d'événement

Remarques

WorkflowLoaded se produit une fois que le service de persistance a restauré l’instance de workflow, mais avant que le moteur d’exécution du flux de travail ne commence à exécuter toutes les activités.

Pour l’événement WorkflowLoaded , 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 à