del método WorkflowEventReceiver.OnStarted
Un controlador de evento posteriores a la de un evento que se produce cuando se ha iniciado un flujo de trabajo.
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 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.PSContextInfoContiene la información de contexto de Project Server.
e
Tipo: Microsoft.Office.Project.Server.Events.StartedPostEventArgsLos datos para el evento.