Compartilhar via


ReportingPostProjectWorkflowInformationChangedEventArgs construtor (Guid, Guid, Guid)

Cria uma instância da classe ReportingPostProjectWorkflowInformationChangedEventArgs ; usado internamente.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxe

'Declaração
Public Sub New ( _
    projectGuid As Guid, _
    crtStageUid As Guid, _
    newEptUid As Guid _
)
'Uso
Dim projectGuid As Guid
Dim crtStageUid As Guid
Dim newEptUid As Guid

Dim instance As New ReportingPostProjectWorkflowInformationChangedEventArgs(projectGuid, _
    crtStageUid, newEptUid)
public ReportingPostProjectWorkflowInformationChangedEventArgs(
    Guid projectGuid,
    Guid crtStageUid,
    Guid newEptUid
)

Parâmetros

  • crtStageUid
    Tipo: System.Guid

    O GUID do estágio atual do fluxo de trabalho do projeto.

  • newEptUid
    Tipo: System.Guid

    O GUID do novo tipo de projeto da empresa.

Ver também

Referência

ReportingPostProjectWorkflowInformationChangedEventArgs classe

ReportingPostProjectWorkflowInformationChangedEventArgs membros

ReportingPostProjectWorkflowInformationChangedEventArgs em sobrecarga

Microsoft.Office.Project.Server.Events namespace