Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the OnProjectCommit event.
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
See also
Reference
IPSWorkflowServiceEvents interface