Share via


ReportingPostWorkflowStageChangedEventArgs constructor (Guid)

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

ReportingPostWorkflowStageChangedEventArgs members

ReportingPostWorkflowStageChangedEventArgs overload

Microsoft.Office.Project.Server.Events namespace