Share via


WorkflowEventReceiver.OnRunning - Méthode

Un gestionnaire d'événements préalables pour un événement qui se produit lorsqu'un flux de travail est en cours d'exécution.

Espace de noms :  Microsoft.Office.Project.Server.Events
Assembly :  Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntaxe

'Déclaration
Public Overridable Sub OnRunning ( _
    contextInfo As PSContextInfo, _
    e As WorkflowRunningEventArgs _
)
'Utilisation
Dim instance As WorkflowEventReceiver
Dim contextInfo As PSContextInfo
Dim e As WorkflowRunningEventArgs

instance.OnRunning(contextInfo, e)
public virtual void OnRunning(
    PSContextInfo contextInfo,
    WorkflowRunningEventArgs e
)

Paramètres

Voir aussi

Référence

WorkflowEventReceiver classe

WorkflowEventReceiver - Membres

Microsoft.Office.Project.Server.Events - Espace de noms