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
contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfoContém as informações de contexto do Project Server.
e
Tipo: Microsoft.Office.Project.Server.Events.WorkflowRunningEventArgsOs dados para o evento.