Android.Text.Style.EasyEditSpan Class
Provides an easy way to edit a portion of text.

See Also: EasyEditSpan Members

Syntax

[Android.Runtime.Register("android/text/style/EasyEditSpan", DoNotGenerateAcw=true)]
public class EasyEditSpan : Java.Lang.Object, Android.Text.IParcelableSpan, IDisposable

Remarks

Provides an easy way to edit a portion of text.

The Android.Widget.TextView uses this span to allow the user to delete a chuck of text in one click.

Android.Widget.TextView removes the span when the user deletes the whole text or modifies it.

This span can be also used to receive notification when the user deletes or modifies the text;

[Android Documentation]

Requirements

Namespace: Android.Text.Style
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14