Table of Contents

Constructor CommandBinding

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

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

Initializes a new instance.

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

Parameters

commands Command[]

The commands this 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.