Table of Contents

Method OnTextChanged

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

OnTextChanged()

Called after the Text has been changed.

protected override void OnTextChanged()

Remarks

Override in derived views to react to text changes. The base implementation is empty. The TextChanged event is raised by the caller after this method returns.