LookupTableCheckOutPostEventArgs Constructor
Creates an instance of the LookupTableCheckOutPostEventArgs 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 LookupTableCheckOutPostEventArgs(lookupTables)
public LookupTableCheckOutPostEventArgs(
Guid[] lookupTables
)
Parameters
- lookupTables
Type: []
The collection of GUIDs that are associated with the lookup table that is checked out.
See Also
Reference
LookupTableCheckOutPostEventArgs Class