Method BubbleMouseLeave
BubbleMouseLeave(AbstractControl?, long, PointD?, out bool)
Bubbles mouse leave event with the specified parameters.
public static void BubbleMouseLeave(AbstractControl? originalTarget, long timestamp, PointD? position, out bool handled)
Parameters
originalTargetAbstractControlControl on which event is originally fired.
timestamplongEvent time.
positionPointD?Mouse position.
handledboolResult of the event processing.