ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Reports Namespace / ReportsModule Class / OnPaneOpened Method
The new Pane.

In This Topic
    OnPaneOpened Method (ReportsModule)
    In This Topic
    Called by the Framework when a new Pane is opened. This occurs after the pane has been fully initialized.
    Syntax
    protected override void OnPaneOpened( 
       Pane pane
    )
    Protected Overrides NotOverridable Sub OnPaneOpened( _
       ByVal pane As Pane _
    ) 

    Parameters

    pane
    The new Pane.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also