Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies an event handler for the OnProjectCheckIn event.
Namespace: Microsoft.Office.Project.Server.Workflow
Assembly: Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)
Syntax
'Declaration
Public Event OnProjectCheckIn As EventHandler(Of PSWProjectEventArgs)
'Usage
Dim instance As PSWorkflowService
Dim handler As EventHandler(Of PSWProjectEventArgs)
AddHandler instance.OnProjectCheckIn, handler
public event EventHandler<PSWProjectEventArgs> OnProjectCheckIn
Implements
IPSWorkflowServiceEvents.OnProjectCheckIn