Table of Contents

Method HandleProviderTextChanged

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

HandleProviderTextChanged(string, string)

Called when the provider's text changes through user input (InsertAt/Delete). The base implementation raises ValueChanging and ValueChanged events following the Cancellable Work Pattern.

protected virtual void HandleProviderTextChanged(string oldText, string newText)

Parameters

oldText string

The text before the change.

newText string

The text after the change.