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

In This Topic
    TOCSelectionChangedEvent Class
    In This Topic
    Occurs when the TOC selection has changed.
    Object Model
    TOCSelectionChangedEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    public sealed class TOCSelectionChangedEvent : ArcGIS.Core.Events.CompositePresentationEvent<MapViewEventArgs> 
    Public NotInheritable Class TOCSelectionChangedEvent 
       Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of MapViewEventArgs)
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also