Compartilhar via


ResourcePlanEventReceiver.OnResourcePlanPublishing método

Um manipulador de eventos anteriores para o método QueuePublishResourcePlan(Guid, Guid) .

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxe

'Declaração
Public Overridable Sub OnResourcePlanPublishing ( _
    contextInfo As PSContextInfo, _
    e As ResourcePlanPublishingEventArgs _
)
'Uso
Dim instance As ResourcePlanEventReceiver
Dim contextInfo As PSContextInfo
Dim e As ResourcePlanPublishingEventArgs

instance.OnResourcePlanPublishing(contextInfo, _
    e)
public virtual void OnResourcePlanPublishing(
    PSContextInfo contextInfo,
    ResourcePlanPublishingEventArgs e
)

Parâmetros

Ver também

Referência

ResourcePlanEventReceiver classe

ResourcePlanEventReceiver membros

Microsoft.Office.Project.Server.Events namespace