IPSWorkflowServiceEvents.OnProjectSubmit 事件
定義OnProjectSubmit事件。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
<CorrelationAliasAttribute("CorrelationId", "e.InstanceId")> _
Event OnProjectSubmit As EventHandler(Of ExternalDataEventArgs)
'用途
Dim instance As IPSWorkflowServiceEvents
Dim handler As EventHandler(Of ExternalDataEventArgs)
AddHandler instance.OnProjectSubmit, handler
[CorrelationAliasAttribute("CorrelationId", "e.InstanceId")]
event EventHandler<ExternalDataEventArgs> OnProjectSubmit