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.Cancel to true and return true to cancel the event. The default implementation does nothing.

protected virtual bool OnCommandNotBound(CommandEventArgs args)

Parameters

args CommandEventArgs

The event arguments.

Returns

bool

true to stop processing.