ArcGIS Pro 2.9 API Reference Guide
HandleDoubleClickAsync Method (LayoutTool)

ArcGIS.Desktop.Layouts Namespace > LayoutTool Class : HandleDoubleClickAsync Method
A LayoutViewMouseButtonEventArgs that contains the event data.
Occurs when the OnToolDoubleClick event is handled.
Syntax
protected virtual Task HandleDoubleClickAsync( 
   LayoutViewMouseButtonEventArgs e
)
Protected Overridable Function HandleDoubleClickAsync( _
   ByVal e As LayoutViewMouseButtonEventArgs _
) As Task

Parameters

e
A LayoutViewMouseButtonEventArgs that contains the event data.

Return Value

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

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

LayoutTool Class
LayoutTool Members