[]
        
(Showing Draft Content)

C1.Android.Input.DummyKeyListener.ForwardDelete

ForwardDelete Method

ForwardDelete(View, IEditable, Keycode, KeyEvent)

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

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