Compartir a través de


Delegado TimesheetReviewingHandlerRemote

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 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 devuelto

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

Vea también

Referencia

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