LookupTableDeletePreEventArgs Constructor
Creates an instance of the LookupTableDeletePreEventArgs class.
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 ( _
lookupTables As Guid() _
)
'Usage
Dim lookupTables As Guid()
Dim instance As New LookupTableDeletePreEventArgs(lookupTables)
public LookupTableDeletePreEventArgs(
Guid[] lookupTables
)
Parameters
- lookupTables
Type: []
The collection of GUIDs that are associated with the lookup table that is to be deleted.
See Also
Reference
LookupTableDeletePreEventArgs Class