ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Tool Class / OnDoubleClick Method
Provides data for mouse related events.

In This Topic
    OnDoubleClick Method (Tool)
    In This Topic
    Occurs when a mouse button is clicked on a Pane two or more times.
    Syntax
    protected internal virtual void OnDoubleClick( 
       MouseButtonEventArgs e
    )
    Protected Friend Overridable Sub OnDoubleClick( _
       ByVal e As MouseButtonEventArgs _
    ) 

    Parameters

    e
    Provides data for mouse related events.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also