GroupSetPostEventArgs Constructor
Creates an instance of the GroupSetPostEventArgs 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 ( _
updatedItems As Guid() _
)
'Usage
Dim updatedItems As Guid()
Dim instance As New GroupSetPostEventArgs(updatedItems)
public GroupSetPostEventArgs(
Guid[] updatedItems
)
Parameters
- updatedItems
Type: []
A collection of GUIDs that represent the items in a group that has been updated.