SecurityEventReceiver.OnTemplateUpdated 方法
SetTemplates方法的後置事件處理常式。
命名空間: Microsoft.Office.Project.Server.Events
組件: Microsoft.Office.Project.Server.Events.Receivers (在 Microsoft.Office.Project.Server.Events.Receivers.dll 中)
語法
'宣告
Public Overridable Sub OnTemplateUpdated ( _
contextInfo As PSContextInfo, _
e As TemplateSetPostEventArgs _
)
'用途
Dim instance As SecurityEventReceiver
Dim contextInfo As PSContextInfo
Dim e As TemplateSetPostEventArgs
instance.OnTemplateUpdated(contextInfo, _
e)
public virtual void OnTemplateUpdated(
PSContextInfo contextInfo,
TemplateSetPostEventArgs e
)
參數
contextInfo
類型:Microsoft.Office.Project.Server.Library.PSContextInfo包含 Project Server 內容資訊。
備註
重要
SharePoint 權限模式,由Project Online不支援OnTemplateUpdated事件接收器和預設的內部部署安裝的Project Server 2013。如需詳細資訊,請參閱 TechNet 上的什麼是 IT 專業人員的 Project Server 2013 的新文章中的SharePoint 權限模式 。
如需建立事件處理常式的資訊,請參閱 < How to: Create a Project Server Event Handler and Log an Event。