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.
Defines the OnProjectSubmit 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.InstanceId")> _
Event OnProjectSubmit As EventHandler(Of ExternalDataEventArgs)
'Usage
Dim instance As IPSWorkflowServiceEvents
Dim handler As EventHandler(Of ExternalDataEventArgs)
AddHandler instance.OnProjectSubmit, handler
[CorrelationAliasAttribute("CorrelationId", "e.InstanceId")]
event EventHandler<ExternalDataEventArgs> OnProjectSubmit
See also
Reference
IPSWorkflowServiceEvents interface