Event TextChanged | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Raised when the Text property of the TextView changes.

public event Action TextChanged

Returns

Action

Raised when the property of the changes.

Remarks

The Text property of TextView only changes when it is explicitly set, not as the user types. To be notified as the user changes the contents of the TextView see IsDirty.

Edit this page