Assigns a delegate to the mouseLeave event.
public final void addOnMouseLeave( EventHandler value )
value
The EventHandler delegate to be notified when the event occurs.
Passing an event handler as a parameter to this method is equivalent to setting the mouseLeave event to that method in the Properties window. The mouseLeave event occurs when the mouse first moves away from this control.
See Also removeOnMouseLeave