ArcGIS Pro 3.7 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 Overridable Sub OnToolMouseMove( _
       ByVal args As MapViewMouseEventArgs _
    ) 
    protected virtual void OnToolMouseMove( 
       MapViewMouseEventArgs args
    )

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also