Android.Views.View.PerformClick Method
Call this view's OnClickListener, if it is defined.

Syntax

[Android.Runtime.Register("performClick", "()Z", "GetPerformClickHandler")]
public virtual bool PerformClick ()

Returns

Documentation for this section has not yet been entered.

Remarks

Call this view's OnClickListener, if it is defined. Performs all normal actions associated with clicking: reporting accessibility event, playing a sound, etc.

[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