IPSWorkflowServiceEvents.OnProjectSubmit evento
Define o evento OnProjectSubmit .
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)
Sintaxe
'Declaração
<CorrelationAliasAttribute("CorrelationId", "e.InstanceId")> _
Event OnProjectSubmit As EventHandler(Of ExternalDataEventArgs)
'Uso
Dim instance As IPSWorkflowServiceEvents
Dim handler As EventHandler(Of ExternalDataEventArgs)
AddHandler instance.OnProjectSubmit, handler
[CorrelationAliasAttribute("CorrelationId", "e.InstanceId")]
event EventHandler<ExternalDataEventArgs> OnProjectSubmit
Ver também
Referência
IPSWorkflowServiceEvents interface