Class ShowSuggestionListEventArgs
Inheritance
System.Object
ShowSuggestionListEventArgs
Namespace: Com.Telerik.Widget.Autocomplete
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class ShowSuggestionListEventArgs : EventArgs
Constructors
ShowSuggestionListEventArgs(RadAutoCompleteTextView, IList<TokenModel>)
Declaration
public ShowSuggestionListEventArgs(RadAutoCompleteTextView p0, IList<TokenModel> p1)
Parameters
RadAutoCompleteTextView
p0
|
System.Collections.Generic.IList<TokenModel>
p1
|
Properties
P0
P1
Declaration
public IList<TokenModel> P1 { get; }
Property Value
System.Collections.Generic.IList<TokenModel>
|