ArcGIS Pro 2.9 API Reference Guide
HandleMouseUpAsync Method (MapTool)

ArcGIS.Desktop.Mapping Namespace > MapTool Class : HandleMouseUpAsync Method
A MapViewMouseButtonEventArgs that contains the event data.
Occurs when the OnToolMouseUp event is handled.
Syntax
protected virtual Task HandleMouseUpAsync( 
   MapViewMouseButtonEventArgs e
)
Protected Overridable Function HandleMouseUpAsync( _
   ByVal e As MapViewMouseButtonEventArgs _
) As Task

Parameters

e
A MapViewMouseButtonEventArgs that contains the event data.

Return Value

A Task that represents a mouse up event.
Remarks
This method is intended to perform asynchronous operations associated with a mouse up event. It will be called if you override the OnToolMouseUp virtual method and set the handled property on the MapViewMouseButtonEventArgs to true.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MapTool Class
MapTool Members