Method BubbleMouseWheel
BubbleMouseWheel(AbstractControl?, long, int, PointD?, out bool)
Bubbles mouse wheel event with the specified parameters.
public static void BubbleMouseWheel(AbstractControl? originalTarget, long timestamp, int delta, PointD? position, out bool handled)
Parameters
originalTarget
AbstractControlControl on which event is originally fired.
timestamp
longEvent time.
delta
intMouse wheel delta value.
position
PointD?Mouse position.
handled
boolResult of the event procesing.