Compartilhar via


WorkflowRunningHandler representante

Manipulador de eventos para o pré-evento de Workflow Running .

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxe

'Declaração
Public Delegate Sub WorkflowRunningHandler ( _
    contextInfo As PSContextInfo, _
    e As WorkflowRunningEventArgs _
)
'Uso
Dim instance As New WorkflowRunningHandler(AddressOf HandlerMethod)
public delegate void WorkflowRunningHandler(
    PSContextInfo contextInfo,
    WorkflowRunningEventArgs e
)

Parâmetros

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace