Compartir a través de


Delegado ReportingTimesheetAdjustedHandler

Controlador de eventos para el evento posterior a la de Reporting TimesheetAdjusted .

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

Parámetros

Vea también

Referencia

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