Click or drag to resize

IMouseInputSource.MouseMove Event

Occurs when mouse moves within the bounds of the control, or when the mouse is captured

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
event EventHandler<MouseEventArgs> MouseMove

Value

Type: System.EventHandler<MouseEventArgs>
Remarks
The mouse is captured after a MouseDown event within the control, and is released when the mouse button is released
See Also