Table of Contents

Method BubbleMouseWheel

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

BubbleMouseWheel(Control?, long, int, PointD?, out bool)

Bubbles mouse wheel event with the specified parameters.

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

Parameters

originalTarget Control

Control on which mouse event is originally fired.

timestamp long

Event time.

delta int

Mouse wheel delta value.

position PointD?

Mouse position.

handled bool

Result of the event procesing.