Table of Contents

Method BubbleMouseEnter

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

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

Bubbles mouse enter event with the specified parameters.

public static void BubbleMouseEnter(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.