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

In This Topic
    ActivePaneChangingEvent Class
    In This Topic
    Occurs when the active pane changes. This event fires before the application changes the current application state and current tool.
    Object Model
    ActivePaneChangingEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    Public NotInheritable Class ActivePaneChangingEvent 
       Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of PaneEventArgs)
    public sealed class ActivePaneChangingEvent : ArcGIS.Core.Events.CompositePresentationEvent<PaneEventArgs> 
    Inheritance Hierarchy

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

    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also