Share via


ResourceUpdatePostEventArgs Constructor

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

Microsoft.Office.Project.Server.Events Namespace