Protected Overridable Function OnToolDeactivateAsync( _ ByVal hasMapViewChanged As Boolean _ ) As Task
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.