Table of Contents

Method OnMouseStateChanged

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

OnMouseStateChanged(EventArgs<MouseState>)

Called when MouseState has changed, indicating the View should be highlighted or not. The MouseState passed in the event indicates the highlight style that will be applied.

protected virtual void OnMouseStateChanged(EventArgs<MouseState> args)

Parameters

args EventArgs<MouseState>