ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / LayoutTool Class / OnToolActivateAsync Method
A value indicating if the active LayoutView has changed.

In This Topic
    OnToolActivateAsync Method (LayoutTool)
    In This Topic
    Occurs when the tool is activated.
    Syntax
    protected virtual Task OnToolActivateAsync( 
       bool hasVewChanged
    )
    Protected Overridable Function OnToolActivateAsync( _
       ByVal hasVewChanged As Boolean _
    ) As Task

    Parameters

    hasVewChanged
    A value indicating if the active LayoutView has changed.

    Return Value

    A Task that represents a tool activation event.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also