Android.Views.KeyEvent.ChangeAction Method
Create a new key event that is the same as the given one, but whose action is replaced with the given value.

Syntax

[Android.Runtime.Register("changeAction", "(Landroid/view/KeyEvent;I)Landroid/view/KeyEvent;", "")]
public static KeyEvent ChangeAction (KeyEvent e, [Android.Runtime.GeneratedEnum] KeyEventActions action)

Parameters

e
The existing event to be copied. This is not modified.
action
The new action code of the event.

Returns

Documentation for this section has not yet been entered.

Remarks

Create a new key event that is the same as the given one, but whose action is replaced with the given value.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3