Table of Contents

Event MouseLeave

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Raised when the mouse moves outside View's Frame, or is occluded by another non-SubView.

public event EventHandler? MouseLeave

Returns

EventHandler
Raised when the mouse moves outside View's , or is occluded by another non-SubView.

Remarks

Adornments receive MouseEnter/Leave events when the mouse is over the Adornment's Thickness.

See SetPressedHighlight(HighlightStyle) for more information.