Share via


InvokeWorkflowActivity.Invoking Événement

Définition

Se produit avant l'appel du workflow.

public:
 event EventHandler ^ Invoking;
public event EventHandler Invoking;
member this.Invoking : EventHandler 
Public Custom Event Invoking As EventHandler 

Type d'événement

Remarques

Cet événement est utilisé en général pour définir les paramètres d'appel du workflow.

S’applique à

Voir aussi