ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping.Events Namespace / StandaloneTablesRemovingEventArgs Class / Tables Property

In This Topic
    Tables Property (StandaloneTablesRemovingEventArgs)
    In This Topic
    Gets an array of standalone tables that are being removed.
    Syntax
    public IList<StandaloneTable> Tables {get;}
    Public ReadOnly Property Tables As IList(Of StandaloneTable)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also