[]
        
(Showing Draft Content)

C1.Android.Input.DummyKeyListener.Backspace

Backspace Method

Backspace(View, IEditable, Keycode, KeyEvent)

Performs the action that happens when you press the KEYCODE_DEL key in a TextView.

Declaration
public override bool Backspace(View view, IEditable content, Keycode keyCode, KeyEvent e)
Parameters
Type Name Description
View view
IEditable content
Keycode keyCode
KeyEvent e
Returns
Type Description
bool