Android.Views.KeyEvent.KeyCode Property
Retrieve the key code of the key event.

Syntax

[get: Android.Runtime.Register("getKeyCode", "()I", "GetGetKeyCodeHandler")]
public Keycode KeyCode { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Retrieve the key code of the key event. This is the physical key that was pressed, not the Unicode character.

[Android Documentation]

Requirements

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