I got a AutoCompleteTextView that uses a custom ArrayAdapter.

The ItemSelected event is not firing as expected. The ItemClick is working
though.

AutoCompleteTextView1.ItemSelected += new
EventHandler<AdapterView.ItemSelectedEventArgs>(AutoCompleteTextView1_ItemSelected);

void AutoCompleteTextView1_ItemSelected(object sender,
AdapterView.ItemSelectedEventArgs e)
{
            throw new NotImplementedException();
}



--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/AutoCompleteTextView-ItemSelected-not-firing-tp5711445.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to