Method RaiseMouseClickEvent | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

RaiseMouseClickEvent(MouseEventArgs)

Raises the OnMouseClick(MouseEventArgs)/MouseClick event.

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.

Edit this page