ArcGIS Pro 3.7 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 
       Inherits System.EventArgs
    public class ActivePaneInitializedEventArgs : 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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also