IPSWorkflowServiceEvents.OnProjectCheckIn Event
Defines the OnProjectCheckIn event.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<CorrelationAliasAttribute("CorrelationId", "e.ProjectUid")> _
Event OnProjectCheckIn As EventHandler(Of PSWProjectEventArgs)
'Usage
Dim instance As IPSWorkflowServiceEvents
Dim handler As EventHandler(Of PSWProjectEventArgs)
AddHandler instance.OnProjectCheckIn, handler
[CorrelationAliasAttribute("CorrelationId", "e.ProjectUid")]
event EventHandler<PSWProjectEventArgs> OnProjectCheckIn
See Also
Reference
IPSWorkflowServiceEvents Interface