ArcGIS Pro 3.0 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, Windows 8.1

    See Also