GroupCreatePostEventArgs Constructor
Creates an instance of the GroupCreatePostEventArgs class.
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 ( _
createdItems As Guid() _
)
'Usage
Dim createdItems As Guid()
Dim instance As New GroupCreatePostEventArgs(createdItems)
public GroupCreatePostEventArgs(
Guid[] createdItems
)
Parameters
- createdItems
Type: []
A collection of GUIDs of items that have a common denominator.
Remarks
Grouping is a technique that is used to make viewing information in a project easier.
See Also
Reference
GroupCreatePostEventArgs Class