AutoCompleteTextView.ItemSelectedListener Property

Definition

Caution

deprecated

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

[System.Obsolete("deprecated")]
public virtual Android.Widget.AdapterView.IOnItemSelectedListener? ItemSelectedListener { [Android.Runtime.Register("getItemSelectedListener", "()Landroid/widget/AdapterView$OnItemSelectedListener;", "GetGetItemSelectedListenerHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getItemSelectedListener", "()Landroid/widget/AdapterView$OnItemSelectedListener;", "GetGetItemSelectedListenerHandler")>]
member this.ItemSelectedListener : Android.Widget.AdapterView.IOnItemSelectedListener

Property Value

the item selected listener

Attributes

Remarks

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

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