ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapTool Class / OnToolMouseMove Method
A MapViewMouseButtonEventArgs that contains the event data.

In This Topic
    OnToolMouseMove Method (MapTool)
    In This Topic
    Occurs when the mouse pointer moves over the view.
    Syntax
    protected virtual void OnToolMouseMove( 
       MapViewMouseEventArgs args
    )
    Protected Overridable Sub OnToolMouseMove( _
       ByVal args As MapViewMouseEventArgs _
    ) 

    Parameters

    args
    A MapViewMouseButtonEventArgs that contains the event data.
    Remarks
    This method is intended to perform synchronous operations associated with a mouse move event.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also