Share via


StatusingPostApplyEventArgs constructor (Guid, Guid[], Guid[])

Creates an instance of the StatusingPostApplyEventArgs 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 StatusingPostApplyEventArgs(projectID, _
    acceptedAssignments, rejectedAssignments)
public StatusingPostApplyEventArgs(
    Guid projectID,
    Guid[] acceptedAssignments,
    Guid[] rejectedAssignments
)

Parameters

  • acceptedAssignments
    Type: []

    A collection of the GUIDs that represent accepted resource task assignments.

  • rejectedAssignments
    Type: []

    A collection of the GUIDs that represent rejected resource task assignments.

See also

Reference

StatusingPostApplyEventArgs class

StatusingPostApplyEventArgs members

StatusingPostApplyEventArgs overload

Microsoft.Office.Project.Server.Events namespace