ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Pane Class / OnPointerDown Method
Provides data for routed events.

In This Topic
    OnPointerDown Method (Pane)
    In This Topic
    Occurs when a pointer is pressed while over this element.
    Syntax
    protected internal virtual void OnPointerDown( 
       RoutedEventArgs e
    )
    Protected Friend Overridable Sub OnPointerDown( _
       ByVal e As RoutedEventArgs _
    ) 

    Parameters

    e
    Provides data for routed events.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also