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

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

    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