IPSWorkflowServiceEvents.OnProjectSubmit-Ereignis
Definiert das OnProjectSubmit -Ereignis.
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
Siehe auch
Referenz
IPSWorkflowServiceEvents Schnittstelle