AdminPostEventArgs constructor (Guid[])
Creates an instance of the AdminPostEventArgs 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 ( _
effectedItems As Guid() _
)
'Usage
Dim effectedItems As Guid()
Dim instance As New AdminPostEventArgs(effectedItems)
public AdminPostEventArgs(
Guid[] effectedItems
)
Parameters
effectedItems
Type: []A collection of GUIDs that represent entities that are affected by the event.