TextKeyListener.OnSpanRemoved(ISpannable, Object, Int32, Int32) Method

Definition

This method is called to notify you that the specified object has been detached from the specified range of the text.

[Android.Runtime.Register("onSpanRemoved", "(Landroid/text/Spannable;Ljava/lang/Object;II)V", "GetOnSpanRemoved_Landroid_text_Spannable_Ljava_lang_Object_IIHandler")]
public virtual void OnSpanRemoved (Android.Text.ISpannable? s, 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")>]
abstract member OnSpanRemoved : Android.Text.ISpannable * Java.Lang.Object * int * int -> unit
override this.OnSpanRemoved : Android.Text.ISpannable * Java.Lang.Object * int * int -> unit

Parameters

what
Object
start
Int32
end
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