Android.Text.ITextWatcher
When an object of a type is attached to an Editable, its methods will be called when the text is changed.

See Also: ITextWatcher Members

Syntax

[Android.Runtime.Register("android/text/TextWatcher", "", "Android.Text.ITextWatcherInvoker")]
public interface ITextWatcher : INoCopySpan, IDisposable

Remarks

When an object of a type is attached to an Editable, its methods will be called when the text is changed.

[Android Documentation]

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1