Table of Contents

Method BubbleMouseLeave

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

BubbleMouseLeave(AbstractControl?, long, PointD?, out bool)

Bubbles mouse leave event with the specified parameters.

public static void BubbleMouseLeave(AbstractControl? originalTarget, long timestamp, PointD? position, out bool handled)

Parameters

originalTarget AbstractControl

Control on which event is originally fired.

timestamp long

Event time.

position PointD?

Mouse position.

handled bool

Result of the event processing.