The methods of Android.Text.ISpanWatcher are listed below. For a list of all members, see the ISpanWatcher Members list.
OnSpanAdded(ISpannable, Java.Lang.Object, int, int)This method is called to notify you that the specified object has been attached to the specified range of the text. | ||
OnSpanChanged(ISpannable, Java.Lang.Object, int, int, int, int)This method is called to notify you that the specified object has been relocated from the range ostart…oend to the new range nstart…nend of the text. | ||
OnSpanRemoved(ISpannable, Java.Lang.Object, int, int)This method is called to notify you that the specified object has been detached from the specified range of the text. |