ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Tool Class / OnActivePaneChanged Method

In This Topic
    OnActivePaneChanged Method
    In This Topic
    Called on the active tool when a pane change occurrs to see if the tool wants to remain active.
    Syntax
    protected internal virtual Nullable<bool> OnActivePaneChanged( 
       Pane pane
    )
    Protected Friend Overridable Function OnActivePaneChanged( _
       ByVal pane As Pane _
    ) As Nullable(Of Boolean)

    Parameters

    pane
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also