Click or drag to resize

ControlMouseDown Event

Occurs when a mouse button has been pressed

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

Value

Type: SystemEventHandlerMouseEventArgs

Implements

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