ArcGIS Pro 2.7 API Reference Guide
OnToolActivateAsync Method

ArcGIS.Desktop.Mapping Namespace > MapTool Class : OnToolActivateAsync Method
A value indicating if the active MapView has changed.
Occurs when the tool is activated.
Syntax
protected virtual Task OnToolActivateAsync( 
   bool hasMapViewChanged
)
Protected Overridable Function OnToolActivateAsync( _
   ByVal hasMapViewChanged As Boolean _
) As Task

Parameters

hasMapViewChanged
A value indicating if the active MapView has changed.

Return Value

A Task that represents a tool activation event.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

MapTool Class
MapTool Members