Evento IPSWorkflowServiceEvents.OnProjectSubmit
Define el evento OnProjectSubmit .
Espacio de nombres: Microsoft.Office.Project.Server.Library
Ensamblado: Microsoft.Office.Project.Server.Library (en Microsoft.Office.Project.Server.Library.dll)
Sintaxis
'Declaración
<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
Vea también
Referencia
interfaz IPSWorkflowServiceEvents