IMouseInputSourceMouseMove 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
Event MouseMove As EventHandler(Of MouseEventArgs)
abstract MouseMove : IEvent<EventHandler<MouseEventArgs>,
MouseEventArgs>
Value
Type:
SystemEventHandlerMouseEventArgsRemarks
The mouse is captured after a
MouseDown event within the control,
and is released when the mouse button is released
See Also