Table of Contents

Method InvokeCommandsBoundToMouse

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

InvokeCommandsBoundToMouse(MouseEventArgs)

Invokes the Commands bound to the MouseFlags specified by mouseEventArgs.

See for an overview of Terminal.Gui mouse APIs.

protected bool? InvokeCommandsBoundToMouse(MouseEventArgs mouseEventArgs)

Parameters

mouseEventArgs MouseEventArgs

The mouse event passed.

Returns

bool?

null if no command was invoked; input processing should continue. false if at least one command was invoked and was not handled (or cancelled); input processing should continue. true if at least one command was invoked and handled (or cancelled); input processing should stop.