Android.Views.KeyEvent.IsCanceled Property
For KeyEvent.ACTION_UP events, indicates that the event has been canceled as per KeyEvent.FLAG_CANCELED.

Syntax

[get: Android.Runtime.Register("isCanceled", "()Z", "GetIsCanceledHandler")]
public bool IsCanceled { get; }

Value

Documentation for this section has not yet been entered.

Remarks

For KeyEvent.ACTION_UP events, indicates that the event has been canceled as per KeyEvent.FLAG_CANCELED.

[Android Documentation]

Requirements

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