Android.Views.View.CallOnClick Method
Directly call any attached OnClickListener.

Syntax

[Android.Runtime.Register("callOnClick", "()Z", "GetCallOnClickHandler")]
public virtual bool CallOnClick ()

Returns

Documentation for this section has not yet been entered.

Remarks

Directly call any attached OnClickListener. Unlike View.PerformClick, this only calls the listener, and does not do any associated clicking actions like reporting an accessibility 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 15