ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Events Namespace / ActiveWindowChangedEvent Class
Members

In This Topic
    ActiveWindowChangedEvent Class
    In This Topic
    Occurs when the active window changes. This can be a Pane or a Dockpane.
    Object Model
    ActiveWindowChangedEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    public sealed class ActiveWindowChangedEvent : ArcGIS.Core.Events.CompositePresentationEvent<WindowEventArgs> 
    Public NotInheritable Class ActiveWindowChangedEvent 
       Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of WindowEventArgs)
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also