Table of Contents

Method OnMouseLeave

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

OnMouseLeave()

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

protected override void OnMouseLeave()

Remarks

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

See MouseState for more information.