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