ArcGIS Pro 2.9 API Reference Guide
HandleOnPaneActivateAsync Method (LayoutTool)

ArcGIS.Desktop.Layouts Namespace > LayoutTool 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 11, Windows 10, Windows 8.1

See Also

Reference

LayoutTool Class
LayoutTool Members