Table of Contents

Method RaiseTextChanged

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

RaiseTextChanged()

Invokes the CWP post-change workflow for Text: calls OnTextChanged() then raises TextChanged.

protected void RaiseTextChanged()

Remarks

Derived views that bypass the base Text setter (e.g., using new) should call this method after mutating text to participate in the CWP workflow.