ProjectEventReceiver.OnSummaryPublishing - Méthode
Un gestionnaire d'événements préalables à la méthode QueuePublishSummary .
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 OnSummaryPublishing ( _
contextInfo As PSContextInfo, _
e As ProjectPreSummaryPublishEventArgs _
)
'Utilisation
Dim instance As ProjectEventReceiver
Dim contextInfo As PSContextInfo
Dim e As ProjectPreSummaryPublishEventArgs
instance.OnSummaryPublishing(contextInfo, _
e)
public virtual void OnSummaryPublishing(
PSContextInfo contextInfo,
ProjectPreSummaryPublishEventArgs 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.ProjectPreSummaryPublishEventArgsLes données pour l'événement.