Method OnMouseLeave | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
OnMouseLeave(MouseEvent)
Method invoked when a mouse event is generated for the last time.
public override bool OnMouseLeave(MouseEvent mouseEvent)
Parameters
mouseEvent
MouseEvent
Returns
true
, if the event was handled, false
otherwise.