Table of Contents

Method GetAllFromCommands

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GetAllFromCommands(params Command[])

Gets all TEvent bound to the set of commands specified by commands.

public IEnumerable<TEvent> GetAllFromCommands(params Command[] commands)

Parameters

commands Command[]

The set of commands to search.

Returns

IEnumerable<TEvent>

The TEvents bound to the set of commands specified by commands. An empty list if the set of caommands was not found.