Table of Contents

Method RaiseMouseHover

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

RaiseMouseHover(object?, EventArgs)

Raises the MouseHover event.

public static void RaiseMouseHover(object? sender, EventArgs e)

Parameters

sender object

The source of the event, typically the object that triggered the event. This parameter can be null.

e EventArgs

An EventArgs instance containing the event data.