[Android.Runtime.Register("callOnClick", "()Z", "GetCallOnClickHandler")] public virtual boolCallOnClick ()
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.