Share via


StatusingPreEventArgs Constructor (Guid, Guid)

Creates an instance of the StatusingPreEventArgs class; used internally.

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
)

Parameters

  • assignmentID
    Type: System.Guid
    The GUID of a project assignment.

See Also

Reference

StatusingPreEventArgs Class

StatusingPreEventArgs Members

StatusingPreEventArgs Overload

Microsoft.Office.Project.Server.Events Namespace