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

In This Topic
    OnToolDoubleClick Method (MapTool)
    In This Topic
    Occurs when a mouse button is clicked on the view two or more times.
    Syntax
    protected virtual void OnToolDoubleClick( 
       MapViewMouseButtonEventArgs args
    )
    Protected Overridable Sub OnToolDoubleClick( _
       ByVal args As MapViewMouseButtonEventArgs _
    ) 

    Parameters

    args
    A MapViewMouseButtonEventArgs that contains the event data.
    Remarks
    This method is intended to perform synchronous operations associated with a double-click event. To perform any asynchronous operations set the handled property on the MapViewMouseButtonEventArgs to true and override the HandleDoubleClickAsync virtual method.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also