ArcGIS Pro 2.6 API Reference Guide
OnTableOpened Method

ArcGIS.Desktop.Mapping Namespace > CompositeLayerWithTables Class : OnTableOpened Method
Initialize and add table to container.
Syntax
public void OnTableOpened( 
   ILayerPropertySet tableProperties,
   ManagedLayerProperties tableManagedProperties,
   IStandaloneTableContainerInternal container,
   int index
)
Public Sub OnTableOpened( _
   ByVal tableProperties As ILayerPropertySet, _
   ByVal tableManagedProperties As ManagedLayerProperties, _
   ByVal container As IStandaloneTableContainerInternal, _
   ByVal index As Integer _
) 

Parameters

tableProperties
tableManagedProperties
container
index
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

CompositeLayerWithTables Class
CompositeLayerWithTables Members