onMouseLeave
The mouse pointer has left the control.
onMouseEnter is called on reaching the control.
As opposed to onMouseOut, this event is called only once on leaving the control, regardless of the child control.
Origin: Control
Available from 1.8 |
The mouse pointer has left the control.
onMouseEnter is called on reaching the control.
As opposed to onMouseOut, this event is called only once on leaving the control, regardless of the child control.
Origin: Control
Available from 1.8 |