Compartilhar via


ResourcePlanResourcePlanPublishingHandlerRemote representante

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 Delegate Function ResourcePlanResourcePlanPublishingHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ResourcePlanPublishingEventArgs _
) As ResourcePlanPublishingEventArgs
'Uso
Dim instance As New ResourcePlanResourcePlanPublishingHandlerRemote(AddressOf HandlerMethod)
public delegate ResourcePlanPublishingEventArgs ResourcePlanResourcePlanPublishingHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ResourcePlanPublishingEventArgs e
)

Parâmetros

Valor retornado

Tipo: Microsoft.Office.Project.Server.Events.ResourcePlanPublishingEventArgs

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace