Table of Contents

Method Clear

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Clear()

Removes all TEvent objects from the collection.

public void Clear()

Clear(params Command[])

Removes all bindings that trigger the given command set. Views can have multiple different TEvent bound to the same command sets and this method will clear all of them.

public void Clear(params Command[] command)

Parameters

command Command[]