Compartilhar via


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

Parâmetros

Valor retornado

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

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace