IPSWorkflowServiceEvents.OnProjectCommit 事件
定義OnProjectCommit事件。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
<CorrelationAliasAttribute("CorrelationId", "e.ProjectUid")> _
Event OnProjectCommit As EventHandler(Of PSWProjectEventArgs)
'用途
Dim instance As IPSWorkflowServiceEvents
Dim handler As EventHandler(Of PSWProjectEventArgs)
AddHandler instance.OnProjectCommit, handler
[CorrelationAliasAttribute("CorrelationId", "e.ProjectUid")]
event EventHandler<PSWProjectEventArgs> OnProjectCommit