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