ArcGIS Pro 3.7 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 Overrides NotOverridable Sub OnPaneDeactivated( _
       ByVal outgoingPane As Pane _
    ) 
    protected override void OnPaneDeactivated( 
       Pane outgoingPane
    )

    Parameters

    outgoingPane
    The Pane being deactivated.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also