Table of Contents

Method MouseEvent

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

MouseEvent(MouseEvent)

Method invoked when a mouse event is generated

public virtual bool MouseEvent(MouseEvent mouseEvent)

Parameters

mouseEvent MouseEvent

Contains the details about the mouse event.

Returns

bool

true, if the event was handled, false otherwise.