Share via


ResourceUpdatePostEventArgs constructor (Guid[])

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

Dim instance As New ResourceUpdatePostEventArgs(updatedResources)
public ResourceUpdatePostEventArgs(
    Guid[] updatedResources
)

Parameters

  • updatedResources
    Type: []

    A collection of updated resource GUIDs.

See also

Reference

ResourceUpdatePostEventArgs class

ResourceUpdatePostEventArgs members

ResourceUpdatePostEventArgs overload

Microsoft.Office.Project.Server.Events namespace