Freigeben über


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

Siehe auch

Referenz

Microsoft.Office.Project.Server.Events-Namespace