Table of Contents

Method OnTextChanged

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

OnTextChanged()

Gets or sets the table content as a pipe-delimited Markdown table string. The setter parses the text via TryParse(IReadOnlyList<string>) and updates TableData. Invalid or empty text clears the table.

protected override void OnTextChanged()