IPSWorkflowServiceEvents.OnProjectCommit-Ereignis
Definiert das OnProjectCommit -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.ProjectUid")> _
Event OnProjectCommit As EventHandler(Of PSWProjectEventArgs)
'Usage
Dim instance As IPSWorkflowServiceEvents
Dim handler As EventHandler(Of PSWProjectEventArgs)
AddHandler instance.OnProjectCommit, handler
[CorrelationAliasAttribute("CorrelationId", "e.ProjectUid")]
event EventHandler<PSWProjectEventArgs> OnProjectCommit
Siehe auch
Referenz
IPSWorkflowServiceEvents Schnittstelle