AdminEventReceiver.OnReportingPeriodUpdated 方法
Admin – ReportingPeriodUpdated事件之後會更新 Project Server 時程表期間, 發生本機後置事件處理常式。
命名空間: Microsoft.Office.Project.Server.Events
組件: Microsoft.Office.Project.Server.Events.Receivers (在 Microsoft.Office.Project.Server.Events.Receivers.dll 中)
語法
'宣告
Public Overridable Sub OnReportingPeriodUpdated ( _
contextInfo As PSContextInfo, _
e As ReportingPeriodPostUpdateEventArgs _
)
'用途
Dim instance As AdminEventReceiver
Dim contextInfo As PSContextInfo
Dim e As ReportingPeriodPostUpdateEventArgs
instance.OnReportingPeriodUpdated(contextInfo, _
e)
public virtual void OnReportingPeriodUpdated(
PSContextInfo contextInfo,
ReportingPeriodPostUpdateEventArgs e
)
參數
contextInfo
類型:Microsoft.Office.Project.Server.Library.PSContextInfo包含 Project Server 內容資訊。
備註
ReportingPeriodUpdated事件發生於報表建立期間,一次更新或刪除。例如,當您變更報表期間開啟已關閉Project Web App,[時程表期間] 頁面上,然後儲存] 頁面上,則ReportingPeriodUpdating及ReportingPeriodUpdated事件觸發。
UpdateReportingPeriods方法會觸發ReportingPeriodUpdated事件。在Project Server 2013 CSOM 不包含相等Admin方法。