Table of Contents

Event MouseHover

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs when the mouse pointer rests on the control.

public event EventHandler? MouseHover

Returns

EventHandler
Occurs when the mouse pointer rests on the control.

Remarks

The system starts tracking when the mouse moves over a control. If the pointer remains stationary within a small rectangle(default: 4×4 dips) for a set time(default: 400 ms), the MouseHover event fires.