Share via


StatusingPreApplyEventArgs Constructor

Creates an instance of the StatusingPreApplyEventArgs 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, _
    acceptedAssignments As Guid(), _
    rejectedAssignments As Guid() _
)
'Usage
Dim projectID As Guid
Dim acceptedAssignments As Guid()
Dim rejectedAssignments As Guid()

Dim instance As New StatusingPreApplyEventArgs(projectID, _
    acceptedAssignments, rejectedAssignments)
public StatusingPreApplyEventArgs(
    Guid projectID,
    Guid[] acceptedAssignments,
    Guid[] rejectedAssignments
)

Parameters

  • acceptedAssignments
    Type: []
    A collection of the GUIDs that represent resource task assignments that are to be accepted.
  • rejectedAssignments
    Type: []
    A collection of the GUIDs that represent resource task assignments that can be considered for rejection.

See Also

Reference

StatusingPreApplyEventArgs Class

StatusingPreApplyEventArgs Members

Microsoft.Office.Project.Server.Events Namespace