Table of Contents

Method BubbleMouseMove

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

BubbleMouseMove(Control?, long, PointD?, out bool)

Bubbles mouse move event with the specified parameters.

public static void BubbleMouseMove(Control? originalTarget, long timestamp, PointD? position, out bool handled)

Parameters

originalTarget Control

Control on which mouse event is originally fired.

timestamp long

Event time.

position PointD?

Mouse position.

handled bool

Result of the event procesing.