Table of Contents

Event TextChanged

Namespace
Terminal.Gui.TextValidateProviders
Assembly
Terminal.Gui.dll

Changed event, raised when the text has changed. This event is raised when the Text changes. The passed EventArgs is a string containing the old value.

event EventHandler<EventArgs<string>> TextChanged

Returns

EventHandler<EventArgs<string>>
Changed event, raised when the text has changed. This event is raised when the changes. The passed is a containing the old value.