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