IPSWorkflowServiceEvents.OnProjectCommit evento
Define o evento OnProjectCommit .
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.ProjectUid")> _
Event OnProjectCommit As EventHandler(Of PSWProjectEventArgs)
'Uso
Dim instance As IPSWorkflowServiceEvents
Dim handler As EventHandler(Of PSWProjectEventArgs)
AddHandler instance.OnProjectCommit, handler
[CorrelationAliasAttribute("CorrelationId", "e.ProjectUid")]
event EventHandler<PSWProjectEventArgs> OnProjectCommit
Ver também
Referência
IPSWorkflowServiceEvents interface