Table of Contents

Event MouseClick

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Raised when a mouse click occurs.

public event EventHandler<MouseEventArgs>? MouseClick

Returns

EventHandler<MouseEventArgs>
Raised when a mouse click occurs.

Remarks

Raised when the mouse is either clicked or double-clicked.

If WantContinuousButtonPressed is true, will be raised on every mouse event where the mouse button is pressed.