ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapTool Class / OnToolDeactivateAsync Method
A value indicating if the active MapView has changed.
Version

OnToolDeactivateAsync Method (MapTool)
Occurs when the tool is deactivated.
Syntax
protected virtual Task OnToolDeactivateAsync( 
   bool hasMapViewChanged
)

Parameters

hasMapViewChanged
A value indicating if the active MapView has changed.

Return Value

A Task that represents a tool deactivation event.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also