del método ReportingEventReceiver.OnProjectWorkflowInformationChanged
Un controlador de evento posterior en el servicio de informe de datos para cambiar la información de flujo de trabajo del proyecto.
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 OnProjectWorkflowInformationChanged ( _
contextInfo As PSContextInfo, _
e As ReportingPostProjectWorkflowInformationChangedEventArgs _
)
'Uso
Dim instance As ReportingEventReceiver
Dim contextInfo As PSContextInfo
Dim e As ReportingPostProjectWorkflowInformationChangedEventArgs
instance.OnProjectWorkflowInformationChanged(contextInfo, _
e)
public virtual void OnProjectWorkflowInformationChanged(
PSContextInfo contextInfo,
ReportingPostProjectWorkflowInformationChangedEventArgs 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.ReportingPostProjectWorkflowInformationChangedEventArgsLos datos para el evento.