Click or drag to resize

ControlMouseMove 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
public event EventHandler<MouseEventArgs> MouseMove

Value

Type: SystemEventHandlerMouseEventArgs

Implements

IMouseInputSourceMouseMove
Remarks
The mouse is captured after a MouseDown event within the control, and is released when the mouse button is released
See Also