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

In This Topic
    StandaloneTablesRemovingEvent Class
    In This Topic
    Occurs when a standalone table is about to be removed from a map giving a chance to cancel.
    Object Model
    StandaloneTablesRemovingEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    public sealed class StandaloneTablesRemovingEvent : ArcGIS.Core.Events.AsyncPresentationEvent<StandaloneTablesRemovingEventArgs> 
    Public NotInheritable Class StandaloneTablesRemovingEvent 
       Inherits ArcGIS.Core.Events.AsyncPresentationEvent(Of StandaloneTablesRemovingEventArgs)
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Events.EventBase
          ArcGIS.Core.Events.AsyncPresentationEvent<TPayload>
             ArcGIS.Desktop.Mapping.Events.StandaloneTablesRemovingEvent

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also