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

See Also

Reference

PSWProjectEventArgs Class

PSWProjectEventArgs Members

Microsoft.Office.Project.Server.Library Namespace