Share via


ReportingPostWorkflowPhaseChangedEventArgs constructor (Guid)

Creates an instance of the ReportingPostWorkflowPhaseChangedEventArgs 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 ( _
    phaseGuid As Guid _
)
'Usage
Dim phaseGuid As Guid

Dim instance As New ReportingPostWorkflowPhaseChangedEventArgs(phaseGuid)
public ReportingPostWorkflowPhaseChangedEventArgs(
    Guid phaseGuid
)

Parameters

  • phaseGuid
    Type: System.Guid

    The GUID of the workflow phase that has been changed.

See also

Reference

ReportingPostWorkflowPhaseChangedEventArgs class

ReportingPostWorkflowPhaseChangedEventArgs members

ReportingPostWorkflowPhaseChangedEventArgs overload

Microsoft.Office.Project.Server.Events namespace