Table of Contents

Method OnMouseEvent

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnMouseEvent(MouseEvent)

Method invoked when a mouse event is generated

public virtual bool OnMouseEvent(MouseEvent mouseEvent)

Parameters

mouseEvent MouseEvent

Returns

bool

true, if the event was handled, false otherwise.