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

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 TEventbound to the same command sets and this method will clear all of them.

public void Clear(params Command[] command)

Parameters

command Command[]

Edit this page