Android.Text.ISpanWatcher.OnSpanChanged Method
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.

Syntax

[Android.Runtime.Register("onSpanChanged", "(Landroid/text/Spannable;Ljava/lang/Object;IIII)V", "GetOnSpanChanged_Landroid_text_Spannable_Ljava_lang_Object_IIIIHandler:Android.Text.ISpanWatcherInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnSpanChanged (ISpannable text, Java.Lang.Object what, int ostart, int oend, int nstart, int nend)

Parameters

text
Documentation for this section has not yet been entered.
what
Documentation for this section has not yet been entered.
ostart
Documentation for this section has not yet been entered.
oend
Documentation for this section has not yet been entered.
nstart
Documentation for this section has not yet been entered.
nend
Documentation for this section has not yet been entered.

Remarks

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.

[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