Compartilhar via


TimesheetRecallingHandler representante

Manipulador de eventos para o pré-evento de Timesheet Recalling .

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 TimesheetRecallingHandler ( _
    contextInfo As PSContextInfo, _
    e As TimesheetPreRecallEventArgs _
)
'Uso
Dim instance As New TimesheetRecallingHandler(AddressOf HandlerMethod)
public delegate void TimesheetRecallingHandler(
    PSContextInfo contextInfo,
    TimesheetPreRecallEventArgs e
)

Parâmetros

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace