Compartilhar via


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

Parâmetros

Valor retornado

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

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace