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

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

    Parameters

    outgoingPane
    The Pane being deactivated.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also