Table of Contents

Interface ICommandBinding

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

Describes command binding. Used to bind a set of Command objects to a specific user event and passed as part of command invocations (see CommandContext). Bindings are immutable.

public interface ICommandBinding

Properties

Commands

Gets or sets the commands this command binding will invoke.

Data

Arbitrary context that can be associated with this command binding.

Source

Gets the View that registered the binding as a weak reference.

See Also