Table of Contents

Method RaiseCommandNotBound

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

RaiseCommandNotBound(ICommandContext?)

Called when a command that has not been bound is invoked.

protected bool? RaiseCommandNotBound(ICommandContext? ctx)

Parameters

ctx ICommandContext

Returns

bool?

null if no event was raised; input processing should continue. false if the event was raised and was not handled (or cancelled); input processing should continue. true if the event was raised and handled (or cancelled); input processing should stop.