ReportingPostWorkflowStageChangedEventArgs Constructor
Creates an instance of the ReportingPostWorkflowStageChangedEventArgs class; used internally.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Sub New ( _
stageGuid As Guid _
)
'Usage
Dim stageGuid As Guid
Dim instance As New ReportingPostWorkflowStageChangedEventArgs(stageGuid)
public ReportingPostWorkflowStageChangedEventArgs(
Guid stageGuid
)
Parameters
- stageGuid
Type: System.Guid
The GUID of the workflow stage that has been changed.
See Also
Reference
ReportingPostWorkflowStageChangedEventArgs Class