PSWProjectEventArgs Constructor
Reserved for internal use.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Sub New ( _
workflowId As Guid, _
workHandler As IPendingWork, _
workItem As Object, _
projuid As Guid _
)
'Usage
Dim workflowId As Guid
Dim workHandler As IPendingWork
Dim workItem As Object
Dim projuid As Guid
Dim instance As New PSWProjectEventArgs(workflowId, _
workHandler, workItem, projuid)
public PSWProjectEventArgs(
Guid workflowId,
IPendingWork workHandler,
Object workItem,
Guid projuid
)
Parameters
- workflowId
Type: System.Guid
- workHandler
Type: System.Workflow.Runtime.IPendingWork
- workItem
Type: System.Object
- projuid
Type: System.Guid