Android.Views.KeyEvent.IsLongPress Property
For KeyEvent.ACTION_DOWN events, indicates that the event has been canceled as per KeyEvent.FLAG_LONG_PRESS.

Syntax

[get: Android.Runtime.Register("isLongPress", "()Z", "GetIsLongPressHandler")]
public bool IsLongPress { get; }

Value

Documentation for this section has not yet been entered.

Remarks

For KeyEvent.ACTION_DOWN events, indicates that the event has been canceled as per KeyEvent.FLAG_LONG_PRESS.

[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