ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / LayoutTool Class / HandleOnPaneActivateAsync Method

In This Topic
    HandleOnPaneActivateAsync Method (LayoutTool)
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also