AutoCompleteTextView.ItemClickListener Property

Definition

Caution

deprecated

Returns the listener that is notified whenever the user clicks an item in the drop down list.

[System.Obsolete("deprecated")]
public virtual Android.Widget.AdapterView.IOnItemClickListener? ItemClickListener { [Android.Runtime.Register("getItemClickListener", "()Landroid/widget/AdapterView$OnItemClickListener;", "GetGetItemClickListenerHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getItemClickListener", "()Landroid/widget/AdapterView$OnItemClickListener;", "GetGetItemClickListenerHandler")>]
member this.ItemClickListener : Android.Widget.AdapterView.IOnItemClickListener

Property Value

the item click listener

Attributes

Remarks

Java documentation for android.widget.AutoCompleteTextView.getItemClickListener().

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