WorkflowRunningHandlerRemote delegate

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 Function WorkflowRunningHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As WorkflowRunningEventArgs _
) As WorkflowRunningEventArgs
'Usage
Dim instance As New WorkflowRunningHandlerRemote(AddressOf HandlerMethod)
public delegate WorkflowRunningEventArgs WorkflowRunningHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    WorkflowRunningEventArgs e
)

Parameters

Return value

Type: Microsoft.Office.Project.Server.Events.WorkflowRunningEventArgs

See also

Reference

Microsoft.Office.Project.Server.Events namespace