ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.Events Namespace / ActivePaneChangedEvent Class
Members

In This Topic
    ActivePaneChangedEvent Class
    In This Topic
    Occurs when the active pane changes.
    Object Model
    ActivePaneChangedEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    Public NotInheritable Class ActivePaneChangedEvent 
       Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of PaneEventArgs)
    public sealed class ActivePaneChangedEvent : ArcGIS.Core.Events.CompositePresentationEvent<PaneEventArgs> 
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Events.EventBase
          ArcGIS.Core.Events.CompositePresentationEvent<TPayload>
             ArcGIS.Desktop.Framework.Events.ActivePaneChangedEvent

    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also