Compartilhar via


ReportingTimesheetPeriodCreatedHandler representante

Manipulador de eventos para o pós-evento de Reporting TimesheetPeriodCreated .

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

Parâmetros

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace