ArcGIS Pro 2.8 API Reference Guide
HandleOnPaneActivateAsync Method

ArcGIS.Desktop.Mapping Namespace > MapTool Class : HandleOnPaneActivateAsync Method
Called to inform the Tool a Pane referencing it as the active tool is activating or deactivating.
Syntax
protected virtual Task HandleOnPaneActivateAsync( 
   bool active
)
Protected Overridable Function HandleOnPaneActivateAsync( _
   ByVal active As Boolean _
) As Task

Parameters

active
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

MapTool Class
MapTool Members