Click or drag to resize

IMouseInputSourceMouseDown Event

Occurs when a mouse button has been pressed

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

Value

Type: SystemEventHandlerMouseEventArgs
Remarks
Controls will typically capture the mouse after a mouse button is pressed and will be released only after the MouseUp event.
See Also