ArcGIS Pro 2.9 API Reference Guide
OnToolMouseMove Method (LayoutTool)

ArcGIS.Desktop.Layouts Namespace > LayoutTool Class : OnToolMouseMove Method
A LayoutViewMouseEventArgs that contains the event data.
Occurs when the mouse pointer moves over the view.
Syntax
protected virtual void OnToolMouseMove( 
   LayoutViewMouseEventArgs e
)
Protected Overridable Sub OnToolMouseMove( _
   ByVal e As LayoutViewMouseEventArgs _
) 

Parameters

e
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, Windows 8.1

See Also

Reference

LayoutTool Class
LayoutTool Members