Method BubbleMouseDoubleClick
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
originalTargetControlControl on which mouse event is originally fired.
timestamplongEvent time.
changedButtonMouseButtonPressed button.
positionPointD?Mouse position.
handledboolResult of the event procesing.