Table of Contents

Event MouseStateChanged

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

Raised 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.

public event EventHandler<EventArgs<MouseState>>? MouseStateChanged

Returns

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