Table of Contents

Method Replace

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Replace(TEvent, TEvent)

Replaces a TEvent combination already bound to a set of Commands.

public void Replace(TEvent oldEventArgs, TEvent newEventArgs)

Parameters

oldEventArgs TEvent

The TEvent to be replaced.

newEventArgs TEvent

The new TEvent to be used.