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

See Also

Reference

Microsoft.Office.Project.Server.Events Namespace