Table of Contents

Method OnChildMouseLeave

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

OnChildMouseLeave(object?, EventArgs)

Called when the mouse pointer leaves child control.

protected virtual void OnChildMouseLeave(object? sender, EventArgs e)

Parameters

sender object

The source of the event.

e EventArgs

An EventArgs that contains the event data.