Compartilhar via


WorkflowEventReceiver.OnRunning método

Um manipulador antes do evento para um evento que ocorre quando um fluxo de trabalho está sendo executado.

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 Overridable Sub OnRunning ( _
    contextInfo As PSContextInfo, _
    e As WorkflowRunningEventArgs _
)
'Uso
Dim instance As WorkflowEventReceiver
Dim contextInfo As PSContextInfo
Dim e As WorkflowRunningEventArgs

instance.OnRunning(contextInfo, e)
public virtual void OnRunning(
    PSContextInfo contextInfo,
    WorkflowRunningEventArgs e
)

Parâmetros

Ver também

Referência

WorkflowEventReceiver classe

WorkflowEventReceiver membros

Microsoft.Office.Project.Server.Events namespace