Compartir a través de


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

Vea también

Referencia

clase ReportingEventReceiver

Miembros ReportingEventReceiver

Espacio de nombres Microsoft.Office.Project.Server.Events