ReportingPostLookupTableCreatedEventArgs Constructor
Creates an instance of the ReportingPostLookupTableCreatedEventArgs 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 ReportingPostLookupTableCreatedEventArgs(lookupTableGuid)
public ReportingPostLookupTableCreatedEventArgs(
Guid lookupTableGuid
)
Parameters
- lookupTableGuid
Type: System.Guid
A collection of GUIDs that are associated with the lookup table that has been created.
See Also
Reference
ReportingPostLookupTableCreatedEventArgs Class