Android.Text.ISpanWatcher
When an object of this type is attached to a Spannable, its methods will be called to notify it that other markup objects have been added, changed, or removed.

See Also: ISpanWatcher Members

Syntax

[Android.Runtime.Register("android/text/SpanWatcher", "", "Android.Text.ISpanWatcherInvoker")]
public interface ISpanWatcher : INoCopySpan, IDisposable

Remarks

When an object of this type is attached to a Spannable, its methods will be called to notify it that other markup objects have been added, changed, or removed.

[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