StatusingPostApplyEventArgs Constructor
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
- projectID
Type: System.Guid
The GUID of the project.
- 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