Table of Contents

Class KeybindChangedEventArgs

Namespace
Nautilus.Options
Assembly
Nautilus.dll
Contains all the information about a keybind changed event.
public class KeybindChangedEventArgs : ConfigOptionEventArgs<KeyCode>
Inheritance
KeybindChangedEventArgs
Inherited Members
Extension Methods

Constructors

KeybindChangedEventArgs(string, KeyCode)

Constructs a new KeybindChangedEventArgs.
public KeybindChangedEventArgs(string id, KeyCode key)

Parameters

id string
The ID of the ModKeybindOption that was changed.
key KeyCode
The new value for the ModKeybindOption.