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>

Contains the event data for the text change.