Event KeyDownNotHandled | Terminal.Gui v2 (original) (raw)
Table of Contents
Namespace
Assembly
Terminal.Gui.dll
Raised when the user has pressed key it wasn't handled by KeyDown and was not bound to a key binding.
public event EventHandler<Key>? KeyDownNotHandled
Returns
Raised when the user has pressed key it wasn't handled by and was not bound to a key binding.
Remarks
SubViews can use the KeyDownNotHandled of their super view override the default behavior of when key bindings are invoked.