ArcGIS Pro 2.8 API Reference Guide
OnActivePaneChanged Method

ArcGIS.Desktop.Framework.Contracts Namespace > Tool Class : OnActivePaneChanged Method
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 10, Windows 8.1

See Also

Reference

Tool Class
Tool Members