Android.Views.KeyEvent.IsTracking Property
For KeyEvent.ACTION_UP events, indicates that the event is still being tracked from its initial down event as per KeyEvent.FLAG_TRACKING.

Syntax

[get: Android.Runtime.Register("isTracking", "()Z", "GetIsTrackingHandler")]
public bool IsTracking { get; }

Value

Documentation for this section has not yet been entered.

Remarks

For KeyEvent.ACTION_UP events, indicates that the event is still being tracked from its initial down event as per KeyEvent.FLAG_TRACKING.

[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