WorkflowRunningHandler delegate
Event handler for the Workflow Running pre-event.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Delegate Sub WorkflowRunningHandler ( _
contextInfo As PSContextInfo, _
e As WorkflowRunningEventArgs _
)
'Usage
Dim instance As New WorkflowRunningHandler(AddressOf HandlerMethod)
public delegate void WorkflowRunningHandler(
PSContextInfo contextInfo,
WorkflowRunningEventArgs e
)
Parameters
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo