Table of Contents

Event MouseHover

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

Occurs when the mouse pointer hovers over a specific element or area.

public static event EventHandler? MouseHover

Returns

EventHandler
Occurs when the mouse pointer hovers over a specific element or area.

Remarks

This event is triggered when the mouse pointer remains stationary over a designated area for a certain duration. Subscribers can use this event to perform actions such as displaying tooltips or highlighting elements.