Android.Widget.AdapterView.PerformItemClick Method
Call the OnItemClickListener, if it is defined.

Syntax

[Android.Runtime.Register("performItemClick", "(Landroid/view/View;IJ)Z", "GetPerformItemClick_Landroid_view_View_IJHandler")]
public virtual bool PerformItemClick (Android.Views.View view, int position, long id)

Parameters

view
The view within the AdapterView that was clicked.
position
The position of the view in the adapter.
id
The row id of the item that was clicked.

Returns

Documentation for this section has not yet been entered.

Remarks

Call the OnItemClickListener, if it is defined. Performs all normal actions associated with clicking: reporting accessibility event, playing a sound, etc.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1