Table of Contents

Method OnCommandNotBound

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnCommandNotBound(CommandEventArgs)

Called when a command that has not been bound is invoked. Set CommandEventArgs.Handled to true and return true to indicate the event was handled and processing should stop.

protected virtual bool OnCommandNotBound(CommandEventArgs args)

Parameters

args CommandEventArgs

The event arguments.

Returns

bool

true to stop processing.