ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapTool Class / HandleDoubleClickAsync Method
A MapViewMouseButtonEventArgs that contains the event data.

In This Topic
    HandleDoubleClickAsync Method (MapTool)
    In This Topic
    Occurs when the OnToolDoubleClick event is handled.
    Syntax
    protected virtual Task HandleDoubleClickAsync( 
       MapViewMouseButtonEventArgs args
    )
    Protected Overridable Function HandleDoubleClickAsync( _
       ByVal args As MapViewMouseButtonEventArgs _
    ) As Task

    Parameters

    args
    A MapViewMouseButtonEventArgs 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 MapViewMouseButtonEventArgs to true.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also