Table of Contents

Event DefaultKeyBindingsChanged

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

Raised when the DefaultKeyBindings property is replaced (i.e., a new dictionary is assigned).

Note: This event does not fire when individual entries are mutated (e.g., DefaultKeyBindings [Command.Quit] = ...). To ensure the event fires, assign a new dictionary or call the property setter.

public static event EventHandler? DefaultKeyBindingsChanged

Returns

EventHandler
Raised when the property is replaced (i.e., a new dictionary is assigned). Note: This event does not fire when individual entries are mutated (e.g., DefaultKeyBindings [Command.Quit] = ...). To ensure the event fires, assign a new dictionary or call the property setter.