Compartir a través de


Delegado WorkflowRunningHandler

Controlador de eventos para el evento antes de Workflow Running .

Espacio de nombres:  Microsoft.Office.Project.Server.Events
Ensamblado:  Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

Espacio de nombres Microsoft.Office.Project.Server.Events