Compartir a través de


Delegado ProjectSummaryPublishingHandlerRemote

Espacio de nombres:  Microsoft.Office.Project.Server.Events
Ensamblado:  Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

Espacio de nombres Microsoft.Office.Project.Server.Events