ArcGIS Pro 3.7 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 ReadOnly Property Tables As IList(Of StandaloneTable)
    public IList<StandaloneTable> Tables {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also