Interface IShowSuggestionListListener
Namespace: Com.Telerik.Widget.Autocomplete
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public interface IShowSuggestionListListener : IJavaObject, IDisposable, IJavaPeerable
Methods
OnShowSuggestionList(RadAutoCompleteTextView, IList<TokenModel>)
Declaration
void OnShowSuggestionList(RadAutoCompleteTextView p0, IList<TokenModel> p1)
Parameters
RadAutoCompleteTextView
p0
|
System.Collections.Generic.IList<TokenModel>
p1
|