Share via


PreferenceScreen.OnItemClick(AdapterView, View, Int32, Int64) Method

Definition

[Android.Runtime.Register("onItemClick", "(Landroid/widget/AdapterView;Landroid/view/View;IJ)V", "")]
public void OnItemClick (Android.Widget.AdapterView? parent, Android.Views.View? view, int position, long id);
[<Android.Runtime.Register("onItemClick", "(Landroid/widget/AdapterView;Landroid/view/View;IJ)V", "")>]
abstract member OnItemClick : Android.Widget.AdapterView * Android.Views.View * int * int64 -> unit
override this.OnItemClick : Android.Widget.AdapterView * Android.Views.View * int * int64 -> unit

Parameters

parent
AdapterView
view
View
position
Int32
id
Int64

Implements

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to