Android.Text.ISpanWatcher.OnSpanAdded Method
This method is called to notify you that the specified object has been attached to the specified range of the text.

Syntax

[Android.Runtime.Register("onSpanAdded", "(Landroid/text/Spannable;Ljava/lang/Object;II)V", "GetOnSpanAdded_Landroid_text_Spannable_Ljava_lang_Object_IIHandler:Android.Text.ISpanWatcherInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnSpanAdded (ISpannable text, Java.Lang.Object what, int start, int end)

Parameters

text
Documentation for this section has not yet been entered.
what
Documentation for this section has not yet been entered.
start
Documentation for this section has not yet been entered.
end
Documentation for this section has not yet been entered.

Remarks

This method is called to notify you that the specified object has been attached to the specified range 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