ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Events Namespace / StandaloneTablesAddedEvent Class
Members

In This Topic
    StandaloneTablesAddedEvent Class
    In This Topic
    Occurs when a standalone table is added to a map.
    Object Model
    StandaloneTablesAddedEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    public sealed class StandaloneTablesAddedEvent : ArcGIS.Core.Events.CompositePresentationEvent<StandaloneTableEventArgs> 
    Public NotInheritable Class StandaloneTablesAddedEvent 
       Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of StandaloneTableEventArgs)
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Events.EventBase
          ArcGIS.Core.Events.CompositePresentationEvent<TPayload>
             ArcGIS.Desktop.Mapping.Events.StandaloneTablesAddedEvent

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also