Method OnMouseLeave
OnMouseLeave(MouseEvent)
Method invoked when a mouse event is generated for the last time.
public virtual bool OnMouseLeave(MouseEvent mouseEvent)
Parameters
mouseEvent
MouseEvent
Returns
- bool
true
, if the event was handled,false
otherwise.