StatusingPreApplyEventArgs constructor (Guid, Guid[], Guid[])
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
projectID
Type: System.GuidThe GUID of the project.
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