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

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

    Parameters

    e
    Provides data for mouse related events.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also