Event CommandNotBound | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Cancelable event raised when a command that has not been bound is invoked.

public event EventHandler<CommandEventArgs>? CommandNotBound

Returns

EventHandler<CommandEventArgs>

Cancelable event raised when a command that has not been bound is invoked.

Edit this page