ArcGIS Pro 3.7 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 Friend Overridable Sub OnDoubleClick( _
       ByVal e As MouseEventArgs _
    ) 
    protected internal virtual void OnDoubleClick( 
       MouseEventArgs e
    )

    Parameters

    e
    Provides data for mouse related events.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also