Share via


ReportingPostLookupTableDeletedEventArgs Constructor

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

Dim instance As New ReportingPostLookupTableDeletedEventArgs(lookupTableGuid)
public ReportingPostLookupTableDeletedEventArgs(
    Guid lookupTableGuid
)

Parameters

  • lookupTableGuid
    Type: System.Guid
    A collection of GUIDs that are associated with the deleted lookup table.

See Also

Reference

ReportingPostLookupTableDeletedEventArgs Class

ReportingPostLookupTableDeletedEventArgs Members

Microsoft.Office.Project.Server.Events Namespace