Method GetAllFromCommands | Terminal.Gui v2 (original) (raw)
Namespace
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
The TEvent
s bound to the set of commands specified by commands
. An empty list if the set of caommands was not found.