Share via


WorkflowRunningEventArgs constructor (Guid, Guid, Guid)

Creates an instance of the WorkflowRunningEventArgs class.

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 ( _
    projectUid As Guid, _
    enterpriseProjectTypeUid As Guid, _
    workflowInstanceUid As Guid _
)
'Usage
Dim projectUid As Guid
Dim enterpriseProjectTypeUid As Guid
Dim workflowInstanceUid As Guid

Dim instance As New WorkflowRunningEventArgs(projectUid, _
    enterpriseProjectTypeUid, workflowInstanceUid)
public WorkflowRunningEventArgs(
    Guid projectUid,
    Guid enterpriseProjectTypeUid,
    Guid workflowInstanceUid
)

Parameters

  • projectUid
    Type: System.Guid

    The GUID of the project.

  • enterpriseProjectTypeUid
    Type: System.Guid

    The GUID of the enterprise project type (EPT) used to create the project.

  • workflowInstanceUid
    Type: System.Guid

    The GUID of a workflow instance of the current project.

See also

Reference

WorkflowRunningEventArgs class

WorkflowRunningEventArgs members

WorkflowRunningEventArgs overload

Microsoft.Office.Project.Server.Events namespace