Table of Contents

Method OnMouseWheel

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnMouseWheel(MouseEventArgs)

Called when a mouse wheel event occurs. Check Flags to see which wheel was moved was clicked.

protected virtual bool OnMouseWheel(MouseEventArgs args)

Parameters

args MouseEventArgs

Returns

bool

true, if the event was handled, false otherwise.