Android.Text.Method.BaseKeyListener.Backspace Method
Performs the action that happens when you press the Android.Views.KeyEvent.KEYCODE_DEL key in a Android.Widget.TextView.

Syntax

[Android.Runtime.Register("backspace", "(Landroid/view/View;Landroid/text/Editable;ILandroid/view/KeyEvent;)Z", "GetBackspace_Landroid_view_View_Landroid_text_Editable_ILandroid_view_KeyEvent_Handler")]
public virtual bool Backspace (Android.Views.View view, Android.Text.IEditable content, [Android.Runtime.GeneratedEnum] Android.Views.Keycode keyCode, Android.Views.KeyEvent e)

Parameters

view
Documentation for this section has not yet been entered.
content
Documentation for this section has not yet been entered.
keyCode
Documentation for this section has not yet been entered.
e
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Performs the action that happens when you press the Android.Views.KeyEvent.KEYCODE_DEL key in a Android.Widget.TextView. If there is a selection, deletes the selection; otherwise, deletes the character before the cursor, if any; ALT+DEL deletes everything on the line the cursor is on.

[Android Documentation]

Requirements

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