ArcGIS Pro 3.7 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 Friend Overridable Function OnActivePaneChanged( _
       ByVal pane As Pane _
    ) As Nullable(Of Boolean)
    protected internal virtual Nullable<bool> OnActivePaneChanged( 
       Pane pane
    )

    Parameters

    pane
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also