WorkflowRunningEventArgs Constructor
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