TextView.RemoveTextChangedListener(ITextWatcher) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified TextWatcher from the list of those whose methods are called whenever this TextView's text changes.
[Android.Runtime.Register("removeTextChangedListener", "(Landroid/text/TextWatcher;)V", "GetRemoveTextChangedListener_Landroid_text_TextWatcher_Handler")]
public virtual void RemoveTextChangedListener (Android.Text.ITextWatcher? watcher);
[<Android.Runtime.Register("removeTextChangedListener", "(Landroid/text/TextWatcher;)V", "GetRemoveTextChangedListener_Landroid_text_TextWatcher_Handler")>]
abstract member RemoveTextChangedListener : Android.Text.ITextWatcher -> unit
override this.RemoveTextChangedListener : Android.Text.ITextWatcher -> unit
Parameters
- watcher
- ITextWatcher
- Attributes
Remarks
Removes the specified TextWatcher from the list of those whose methods are called whenever this TextView's text changes.
Java documentation for android.widget.TextView.removeTextChangedListener(android.text.TextWatcher)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.