ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Tool Class / OnPaneActivateAsync Method

In This Topic
    OnPaneActivateAsync Method
    In This Topic
    Called to inform the Tool a Pane referencing it as the active tool is activating or deactivating.
    Syntax
    protected internal virtual Task OnPaneActivateAsync( 
       bool isActive
    )
    Protected Friend Overridable Function OnPaneActivateAsync( _
       ByVal isActive As Boolean _
    ) As Task

    Parameters

    isActive
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also