ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Pane Class / OnActivate Method
Has the Pane been activated or deactivated.

In This Topic
    OnActivate Method (Pane)
    In This Topic
    Called whenever the Pane is activated or deactivated.
    Syntax
    protected internal virtual void OnActivate( 
       bool isActive
    )
    Protected Friend Overridable Sub OnActivate( _
       ByVal isActive As Boolean _
    ) 

    Parameters

    isActive
    Has the Pane been activated or deactivated.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also