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

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

    Parameters

    isActive
    Has the Pane been activated or deactivated.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also