Method HandleProviderTextChanged
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)