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

Syntax

[Android.Runtime.Register("onSpanRemoved", "(Landroid/text/Spannable;Ljava/lang/Object;II)V", "GetOnSpanRemoved_Landroid_text_Spannable_Ljava_lang_Object_IIHandler:Android.Text.ISpanWatcherInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnSpanRemoved (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 detached from 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