ProjectEventReceiver.OnSummaryPublishing-Methode
Ein Pre-Event-Handler für die QueuePublishSummary -Methode.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Overridable Sub OnSummaryPublishing ( _
contextInfo As PSContextInfo, _
e As ProjectPreSummaryPublishEventArgs _
)
'Usage
Dim instance As ProjectEventReceiver
Dim contextInfo As PSContextInfo
Dim e As ProjectPreSummaryPublishEventArgs
instance.OnSummaryPublishing(contextInfo, _
e)
public virtual void OnSummaryPublishing(
PSContextInfo contextInfo,
ProjectPreSummaryPublishEventArgs e
)
Parameter
contextInfo
Typ: Microsoft.Office.Project.Server.Library.PSContextInfoDie Project Server-Kontextinformationen enthält.
e
Typ: Microsoft.Office.Project.Server.Events.ProjectPreSummaryPublishEventArgsDie Daten für das Ereignis.