IPSWorkflowServiceEvents.OnProjectCheckIn イベント
OnProjectCheckInイベントを定義します。
名前空間: Microsoft.Office.Project.Server.Library
アセンブリ: Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)
構文
'宣言
<CorrelationAliasAttribute("CorrelationId", "e.ProjectUid")> _
Event OnProjectCheckIn As EventHandler(Of PSWProjectEventArgs)
'使用
Dim instance As IPSWorkflowServiceEvents
Dim handler As EventHandler(Of PSWProjectEventArgs)
AddHandler instance.OnProjectCheckIn, handler
[CorrelationAliasAttribute("CorrelationId", "e.ProjectUid")]
event EventHandler<PSWProjectEventArgs> OnProjectCheckIn