Table of Contents

Method OnMouseLeave

Namespace
Terminal.Gui
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

bool

true, if the event was handled, false otherwise.