ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Module Class / OnPaneDeactivated Method
The Pane being deactivated.

In This Topic
    OnPaneDeactivated Method (Module)
    In This Topic
    Called by the Framework when a Pane is deactivated.
    Syntax
    protected internal virtual void OnPaneDeactivated( 
       Pane outgoingPane
    )
    Protected Friend Overridable Sub OnPaneDeactivated( _
       ByVal outgoingPane As Pane _
    ) 

    Parameters

    outgoingPane
    The Pane being deactivated.
    Remarks
    Modules are automatically notified whenever one of its panes are activated, deactivated, opened, or closed. This means a Module doesn’t have to listen to the Framework’s ActivePaneChanged event and from here filter for its panes; instead, Modules are given direct notification that one of their panes changed.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also