StatusingPreEventArgs-Konstruktor (Guid, Guid)
Erstellt eine Instanz der StatusingPreEventArgs -Klasse. wird intern verwendet.
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 ( _
projectID As Guid, _
assignmentID As Guid _
)
'Usage
Dim projectID As Guid
Dim assignmentID As Guid
Dim instance As New StatusingPreEventArgs(projectID, _
assignmentID)
public StatusingPreEventArgs(
Guid projectID,
Guid assignmentID
)
Parameter
projectID
Typ: System.GuidDie GUID eines Projekts.
assignmentID
Typ: System.GuidDie GUID einer Projekt-Zuweisung.