Method RaiseMouseClickEvent | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
RaiseMouseClickEvent(MouseEventArgs)
Raises the OnMouseClick(MouseEventArgs)/MouseClick event.
protected bool RaiseMouseClickEvent(MouseEventArgs args)
Parameters
args
MouseEventArgs
Returns
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.