Share via


TemplateCreatePostEventArgs constructor (Guid[])

Creates an instance of the TemplateCreatePostEventArgs 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 ( _
    createdItems As Guid() _
)
'Usage
Dim createdItems As Guid()

Dim instance As New TemplateCreatePostEventArgs(createdItems)
public TemplateCreatePostEventArgs(
    Guid[] createdItems
)

Parameters

  • createdItems
    Type: []

    A collection of GUIDs that represent all of the items that are associated with the creation of a template.

See also

Reference

TemplateCreatePostEventArgs class

TemplateCreatePostEventArgs members

TemplateCreatePostEventArgs overload

Microsoft.Office.Project.Server.Events namespace