Click or drag to resize

ControlMouseEnter Event

Occurs when the mouse enters the bounds of the control

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

Value

Type: SystemEventHandlerMouseEventArgs

Implements

IMouseInputSourceMouseEnter
See Also