MultiTapKeyListener.OnSpanChanged Method

Definition

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.Runtime.Register("onSpanChanged", "(Landroid/text/Spannable;Ljava/lang/Object;IIII)V", "GetOnSpanChanged_Landroid_text_Spannable_Ljava_lang_Object_IIIIHandler")]
public virtual void OnSpanChanged (Android.Text.ISpannable? buf, Java.Lang.Object? what, int s, int e, int start, int stop);
[<Android.Runtime.Register("onSpanChanged", "(Landroid/text/Spannable;Ljava/lang/Object;IIII)V", "GetOnSpanChanged_Landroid_text_Spannable_Ljava_lang_Object_IIIIHandler")>]
abstract member OnSpanChanged : Android.Text.ISpannable * Java.Lang.Object * int * int * int * int -> unit
override this.OnSpanChanged : Android.Text.ISpannable * Java.Lang.Object * int * int * int * int -> unit

Parameters

what
Object
s
Int32
e
Int32
start
Int32
stop
Int32

Implements

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to