Table of Contents

Event InvokingKeyBindings

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Invoked when a key is pressed that may be mapped to a key binding. Set Handled to true to stop the key from being processed by other views.

public event EventHandler<Key>? InvokingKeyBindings

Returns

EventHandler<Key>
Invoked when a key is pressed that may be mapped to a key binding. Set to true to stop the key from being processed by other views.