Compartilhar via


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

Parâmetros

Valor retornado

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

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace