Table of Contents

Method BubbleMouseDoubleClick

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

BubbleMouseDoubleClick(Control?, long, MouseButton, PointD?, out bool)

Bubbles mouse double-click event with the specified parameters.

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

Parameters

originalTarget Control

Control on which mouse event is originally fired.

timestamp long

Event time.

changedButton MouseButton

Pressed button.

position PointD?

Mouse position.

handled bool

Result of the event procesing.