ReportingPostResourceCapacitiesChangedEventArgs Constructor
Creates an instance of the ReportingPostResourceCapacitiesChangedEventArgs 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 ( _
resourceUidArray As Guid() _
)
'Usage
Dim resourceUidArray As Guid()
Dim instance As New ReportingPostResourceCapacitiesChangedEventArgs(resourceUidArray)
public ReportingPostResourceCapacitiesChangedEventArgs(
Guid[] resourceUidArray
)
Parameters
- resourceUidArray
Type: []
An array that contains the project resource GUIDs.
See Also
Reference
ReportingPostResourceCapacitiesChangedEventArgs Class