ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / ActivePaneInitializedEventArgs Class
Members

In This Topic
    ActivePaneInitializedEventArgs Class
    In This Topic
    Represents the state of the active pane, indicating it is fully initialized
    Syntax
    public class ActivePaneInitializedEventArgs : System.EventArgs 
    Public Class ActivePaneInitializedEventArgs 
       Inherits System.EventArgs
    Remarks

    When the ActivePaneInitializedEvent is fired, ActivePaneInitializedEventArgs is returned to subscribers of the event

    Inheritance Hierarchy

    System.Object
       System.EventArgs
          ArcGIS.Desktop.Core.Events.ActivePaneInitializedEventArgs

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also