ArcGIS Pro 2.9 API Reference Guide
OnToolMouseUp Method (MapTool)

ArcGIS.Desktop.Mapping Namespace > MapTool Class : OnToolMouseUp Method
A MapViewMouseButtonEventArgs that contains the event data.
Occurs when a mouse button is released on the view.
Syntax
protected virtual void OnToolMouseUp( 
   MapViewMouseButtonEventArgs e
)
Protected Overridable Sub OnToolMouseUp( _
   ByVal e As MapViewMouseButtonEventArgs _
) 

Parameters

e
A MapViewMouseButtonEventArgs that contains the event data.
Remarks
This method is intended to perform synchronous operations associated with a mouse up event. To perform any asynchronous operations set the handled property on the MapViewMouseButtonEventArgs to true and override the HandleMouseUpAsync virtual method.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MapTool Class
MapTool Members