Table of Contents

Event TextChanged

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

Raised after the Text has been changed.

public event EventHandler? TextChanged

Returns

EventHandler
Raised after the has been changed.

Remarks

This is a signal-only notification at the View level. It does not carry old or new text values. Derived controls that need richer text-edit semantics may expose their own specific events.