AdminEventReceiver.OnReportingPeriodUpdating method
A local pre-event handler for the Admin – ReportingPeriodUpdating event, which occurs before Project Server updates a time reporting period.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Overridable Sub OnReportingPeriodUpdating ( _
contextInfo As PSContextInfo, _
e As ReportingPeriodPreUpdateEventArgs _
)
'Usage
Dim instance As AdminEventReceiver
Dim contextInfo As PSContextInfo
Dim e As ReportingPeriodPreUpdateEventArgs
instance.OnReportingPeriodUpdating(contextInfo, _
e)
public virtual void OnReportingPeriodUpdating(
PSContextInfo contextInfo,
ReportingPeriodPreUpdateEventArgs e
)
Parameters
contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfoContains the Project Server context information.
e
Type: Microsoft.Office.Project.Server.Events.ReportingPeriodPreUpdateEventArgsThe data for the event.
Remarks
The ReportingPeriodUpdating event occurs before a time reporting period is created, updated, or deleted. For example, when you change a reporting period from Open to Closed on the Time Reporting Periods page in Project Web App, and then save the page, the ReportingPeriodUpdating and ReportingPeriodUpdated events are triggered.
The UpdateReportingPeriods method triggers the ReportingPeriodUpdating event. The CSOM in Project Server 2013 does not include an equivalent Admin method.