ReportingEventReceiver.OnProjectWorkflowInformationChanged - Méthode
Un gestionnaire d'après l'événement dans le Service de données de rapport pour la modification des informations de flux de travail de projet.
Espace de noms : Microsoft.Office.Project.Server.Events
Assembly : Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntaxe
'Déclaration
Public Overridable Sub OnProjectWorkflowInformationChanged ( _
contextInfo As PSContextInfo, _
e As ReportingPostProjectWorkflowInformationChangedEventArgs _
)
'Utilisation
Dim instance As ReportingEventReceiver
Dim contextInfo As PSContextInfo
Dim e As ReportingPostProjectWorkflowInformationChangedEventArgs
instance.OnProjectWorkflowInformationChanged(contextInfo, _
e)
public virtual void OnProjectWorkflowInformationChanged(
PSContextInfo contextInfo,
ReportingPostProjectWorkflowInformationChangedEventArgs e
)
Paramètres
contextInfo
Type : Microsoft.Office.Project.Server.Library.PSContextInfoContient les informations de contexte de Project Server.
e
Type : Microsoft.Office.Project.Server.Events.ReportingPostProjectWorkflowInformationChangedEventArgsLes données pour l'événement.