Compartilhar via


ReportingEventReceiver.OnTimesheetPeriodChangedRemote método

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 Overridable Sub OnTimesheetPeriodChangedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPostTimesheetPeriodChangedEventArgs _
)
'Uso
Dim instance As ReportingEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPostTimesheetPeriodChangedEventArgs

instance.OnTimesheetPeriodChangedRemote(contextInfo, _
    eventHandlerUid, e)
public virtual void OnTimesheetPeriodChangedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostTimesheetPeriodChangedEventArgs e
)

Parâmetros

Implementos

IReportingEventReceiverRemote.OnTimesheetPeriodChangedRemote(PSContextInfo, Guid, ReportingPostTimesheetPeriodChangedEventArgs)

Ver também

Referência

ReportingEventReceiver classe

ReportingEventReceiver membros

Microsoft.Office.Project.Server.Events namespace