WorkflowRunningHandler-Delegat
Ereignishandler für das 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
)
Parameter
- contextInfo
Typ: Microsoft.Office.Project.Server.Library.PSContextInfo