WorkflowEventReceiver.OnStarted - Méthode
Un gestionnaire d'événements suite à un événement qui se produit lorsqu'un flux de travail a démarré.
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 OnStarted ( _
contextInfo As PSContextInfo, _
e As StartedPostEventArgs _
)
'Utilisation
Dim instance As WorkflowEventReceiver
Dim contextInfo As PSContextInfo
Dim e As StartedPostEventArgs
instance.OnStarted(contextInfo, e)
public virtual void OnStarted(
PSContextInfo contextInfo,
StartedPostEventArgs e
)
Paramètres
contextInfo
Type : Microsoft.Office.Project.Server.Library.PSContextInfoContient les informations de contexte de Project Server.
e
Type : Microsoft.Office.Project.Server.Events.StartedPostEventArgsLes données pour l'événement.