Table of Contents

Class KeyChangedEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Event args for when a Key is changed from one value to a new value (e.g. in HotKeyChanged)

public class KeyChangedEventArgs : EventArgs
Inheritance
KeyChangedEventArgs
Inherited Members

Constructors

KeyChangedEventArgs(Key, Key)

Creates a new instance of the KeyChangedEventArgs class

Properties

NewKey

Gets the new Key that is being used. Use Empty to check for empty.

OldKey

Gets the old Key that was set before the event. Use Empty to check for empty.