Android.Views.KeyEvent.RepeatCount Property
Retrieve the repeat count of the event.

Syntax

[get: Android.Runtime.Register("getRepeatCount", "()I", "GetGetRepeatCountHandler")]
public int RepeatCount { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Retrieve the repeat count of the event. For both key up and key down events, this is the number of times the key has repeated with the first down starting at 0 and counting up from there. For multiple key events, this is the number of down/up pairs that have occurred.

[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