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 OnProjectSubmit event.
Namespace: Microsoft.Office.Project.Server.Workflow
Assembly: Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)
Syntax
'Declaration
Public Event OnProjectSubmit As EventHandler(Of ExternalDataEventArgs)
'Usage
Dim instance As PSWorkflowService
Dim handler As EventHandler(Of ExternalDataEventArgs)
AddHandler instance.OnProjectSubmit, handler
public event EventHandler<ExternalDataEventArgs> OnProjectSubmit
Implements
IPSWorkflowServiceEvents.OnProjectSubmit