Method GetAllFromCommands | Terminal.Gui v2 (original) (raw)

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

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

Edit this page