TemplateSetPostEventArgs Constructor
Creates an instance of the TemplateSetPostEventArgs 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 ( _
updatedItems As Guid() _
)
'Usage
Dim updatedItems As Guid()
Dim instance As New TemplateSetPostEventArgs(updatedItems)
public TemplateSetPostEventArgs(
Guid[] updatedItems
)
Parameters
- updatedItems
Type: []
Gets a collection of the GUIDs that represent entities that are affected by a template update.
See Also
Reference
TemplateSetPostEventArgs Class