ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Reports Namespace / ReportsModule Class / OnPaneClosed Method
The Pane being closed.

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

    Parameters

    pane
    The Pane being closed.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also