ReportingPostLookupTableChangedEventArgs Constructor
Creates an instance of the ReportingPostLookupTableChangedEventArgs 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 ReportingPostLookupTableChangedEventArgs(lookupTableGuid)
public ReportingPostLookupTableChangedEventArgs(
Guid lookupTableGuid
)
Parameters
- lookupTableGuid
Type: System.Guid
Gets the GUID of the changed lookup table.
See Also
Reference
ReportingPostLookupTableChangedEventArgs Class