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

    Parameters

    e
    Provides data for routed events.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also