WorkflowRunningHandler - Délégué
Gestionnaire d'événements pour l'événement préalables Workflow Running .
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 Delegate Sub WorkflowRunningHandler ( _
contextInfo As PSContextInfo, _
e As WorkflowRunningEventArgs _
)
'Utilisation
Dim instance As New WorkflowRunningHandler(AddressOf HandlerMethod)
public delegate void WorkflowRunningHandler(
PSContextInfo contextInfo,
WorkflowRunningEventArgs e
)
Paramètres
- contextInfo
Type : Microsoft.Office.Project.Server.Library.PSContextInfo