Table of Contents

Method OnTextChanged

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

OnTextChanged(EventArgs<string>)

Called when the text has changed. Subclasses can override this to perform custom actions.

public virtual void OnTextChanged(EventArgs<string> args)

Parameters

args EventArgs<string>

An EventArgs<T> object that contains the event data for the text change.