Android.Views.View.PerformLongClick Method
Call this view's OnLongClickListener, if it is defined.

Syntax

[Android.Runtime.Register("performLongClick", "()Z", "GetPerformLongClickHandler")]
public virtual bool PerformLongClick ()

Returns

Documentation for this section has not yet been entered.

Remarks

Call this view's OnLongClickListener, if it is defined. Invokes the context menu if the OnLongClickListener did not consume the event.

[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