ISpanWatcher.OnSpanRemoved(ISpannable, Object, Int32, Int32) Metodo

Definizione

Questo metodo viene chiamato per notificare che l'oggetto specificato è stato scollegato dall'intervallo specificato del testo.

[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(Android.Text.ISpannable? text, Java.Lang.Object? what, int start, int end);
[<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")>]
abstract member OnSpanRemoved : Android.Text.ISpannable * Java.Lang.Object * int * int -> unit

Parametri

text
ISpannable
what
Object
start
Int32
end
Int32
Attributi

Commenti

Questo metodo viene chiamato per notificare che l'oggetto specificato è stato scollegato dall'intervallo specificato del testo.

per android.text.SpanWatcher.onSpanRemoved(android.text.Spannable, java.lang.Object, int, int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a