[]
Returns Android.Views.Keycode that was pressed.
public static Keycode GetKey(View.KeyEventArgs keyEvent)
Public Shared Function GetKey(keyEvent As View.KeyEventArgs) As Keycode
| Type | Name | Description |
|---|---|---|
| KeyEventArgs | keyEvent | Data from keyboard routed events, as well as related attached and Preview events. |
| Type | Description |
|---|---|
| Keycode | true if the Command key is pressed, false otherwise. |