ResourcePlanEventReceiver.OnResourcePlanPublishing-Methode
Ein Pre-Event-Handler für die QueuePublishResourcePlan(Guid, Guid) -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 OnResourcePlanPublishing ( _
contextInfo As PSContextInfo, _
e As ResourcePlanPublishingEventArgs _
)
'Usage
Dim instance As ResourcePlanEventReceiver
Dim contextInfo As PSContextInfo
Dim e As ResourcePlanPublishingEventArgs
instance.OnResourcePlanPublishing(contextInfo, _
e)
public virtual void OnResourcePlanPublishing(
PSContextInfo contextInfo,
ResourcePlanPublishingEventArgs e
)
Parameter
contextInfo
Typ: Microsoft.Office.Project.Server.Library.PSContextInfoDie Project Server-Kontextinformationen enthält.
e
Typ: Microsoft.Office.Project.Server.Events.ResourcePlanPublishingEventArgsDie Daten für das Ereignis.
Siehe auch
Referenz
ResourcePlanEventReceiver Klasse