ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / LayoutTool Class / OnToolMouseMove Method
A LayoutViewMouseEventArgs that contains the event data.
Version

    OnToolMouseMove Method (LayoutTool)
    Occurs when the mouse pointer moves over the view.
    Syntax
    protected virtual void OnToolMouseMove( 
       LayoutViewMouseEventArgs args
    )

    Parameters

    args
    A LayoutViewMouseEventArgs 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