Table of Contents

Constructor InputBinding

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

InputBinding(Command[], View?, object?)

Initializes a new instance.

public InputBinding(Command[] commands, View? source = null, object? data = null)

Parameters

commands Command[]

The commands this input binding will invoke.

source View

The view that is the origin of this binding.

data object

Arbitrary context data that can be associated with this binding.