Method BubbleMouseUp
BubbleMouseUp(Control?, long, MouseButton, PointD?, out bool)
Bubbles mouse up event with the specified parameters.
public static void BubbleMouseUp(Control? originalTarget, long timestamp, MouseButton changedButton, PointD? position, out bool handled)
Parameters
originalTarget
ControlControl on which mouse event is originally fired.
timestamp
longEvent time.
changedButton
MouseButtonPressed button.
position
PointD?Mouse position.
handled
boolResult of the event procesing.