Table of Contents

Interface IInputBinding

Namespace
Terminal.Gui.Input
Assembly
Terminal.Gui.dll

Describes an input binding. Used to bind a set of Command objects to a specific input event.

public interface IInputBinding

Properties

Commands

Gets or sets the commands this input binding will invoke.

Data

Arbitrary context that can be associated with this input binding.

Source

Gets or sets the View that is the origin of this binding.