PSWProjectEventArgs-Konstruktor
Für die interne Verwendung reserviert.
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
)
Parameter
- workflowId
Typ: System.Guid
- workHandler
Typ: System.Workflow.Runtime.IPendingWork
- workItem
Typ: System.Object
- projuid
Typ: System.Guid