ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Reports Namespace / ReportsModule Class / OnPaneActivated Method
The Pane being activated.

In This Topic
    OnPaneActivated Method (ReportsModule)
    In This Topic
    Called by the Framework when a Pane is activated.
    Syntax
    Protected Overrides NotOverridable Sub OnPaneActivated( _
       ByVal incomingPane As Pane _
    ) 
    protected override void OnPaneActivated( 
       Pane incomingPane
    )

    Parameters

    incomingPane
    The Pane being activated.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also