Share via


ResourceCreatePostEventArgs constructor (Guid[])

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

Dim instance As New ResourceCreatePostEventArgs(createdResources)
public ResourceCreatePostEventArgs(
    Guid[] createdResources
)

Parameters

  • createdResources
    Type: []

    A collection of the GUIDs that represent the created resources.

See also

Reference

ResourceCreatePostEventArgs class

ResourceCreatePostEventArgs members

ResourceCreatePostEventArgs overload

Microsoft.Office.Project.Server.Events namespace