ArcGIS Pro 2.6 API Reference Guide
OnActivate Method (TOCActiveMapViewProviderPane)

ArcGIS.Desktop.Mapping Namespace > TOCActiveMapViewProviderPane Class : OnActivate Method
True if this pane is being made the active pane, otherwise false
Called when the pane is activated (receives focus - active is true) or deactivated (loses focus - active is false).
Syntax
protected override void OnActivate( 
   bool active
)
Protected Overrides Sub OnActivate( _
   ByVal active As Boolean _
) 

Parameters

active
True if this pane is being made the active pane, otherwise false
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

TOCActiveMapViewProviderPane Class
TOCActiveMapViewProviderPane Members