Table of Contents

Method RaiseCommandsBoundToMouse

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

RaiseCommandsBoundToMouse(MouseEventArgs)

INTERNAL API: Converts mouse click events into Commands by invoking the commands bound to the mouse button via MouseBindings. By default, all mouse clicks are bound to Command.Select which raises the Selecting event.

protected bool RaiseCommandsBoundToMouse(MouseEventArgs args)

Parameters

args MouseEventArgs

Returns

bool