Android.Views.KeyEvent.Action Property
Retrieve the action of this key event.

Syntax

[get: Android.Runtime.Register("getAction", "()I", "GetGetActionHandler")]
public KeyEventActions Action { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Retrieve the action of this key event. May be either KeyEvent.ACTION_DOWN, KeyEvent.ACTION_UP, or KeyEvent.ACTION_MULTIPLE.

[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