Table of Contents

Method RaiseMouseClickEvent

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

RaiseMouseClickEvent(MouseEventArgs)

protected bool RaiseMouseClickEvent(MouseEventArgs args)

Parameters

args MouseEventArgs

Returns

bool

true, if the event was handled, false otherwise.

Remarks

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

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