WorkflowEventReceiver.OnStarted método
Um manipulador de POST-eventos para um evento que ocorre quando um fluxo de trabalho foi iniciado.
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 OnStarted ( _
contextInfo As PSContextInfo, _
e As StartedPostEventArgs _
)
'Uso
Dim instance As WorkflowEventReceiver
Dim contextInfo As PSContextInfo
Dim e As StartedPostEventArgs
instance.OnStarted(contextInfo, e)
public virtual void OnStarted(
PSContextInfo contextInfo,
StartedPostEventArgs 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.StartedPostEventArgsOs dados para o evento.