ArcGIS Pro 3.3 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 override void OnPaneActivated( 
       Pane incomingPane
    )
    Protected Overrides NotOverridable Sub OnPaneActivated( _
       ByVal incomingPane As Pane _
    ) 

    Parameters

    incomingPane
    The Pane being activated.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also