Compartilhar via


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

Parâmetros

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace