Compartilhar via


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

Parâmetros

Valor retornado

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

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace