Свойство | Тип | Описание | |
---|---|---|---|
GoSearchButton | IButton | ||
ResultPage | global::Xamarin.Forms.ContentPage | ||
ResultView | global::Xamarin.Forms.ListView | ||
SearchButton | IButton | ||
SearchPage | Page | ||
SearchStack | IStack | ||
SearchText | ITextBox |
Свойство | Тип | Описание | |
---|---|---|---|
GoSearchButton_Click | void | ||
OnValueChanged | void | ||
ResultView_ItemSelected | void | ||
SearchButton_Click | void |
Метод | Описание | |
---|---|---|
Autocomplete ( ) : System |
Initializes a new instance of the Autocomplete class.
|
|
IDisposable ( ) : void |
The identifier dispose.
|
|
OnSearching ( string text ) : AutocompleteSearchEventArgs |
Ons the searching.
|
Метод | Описание | |
---|---|---|
GoSearchButton_Click ( object sender, |
Gos the search button click.
|
|
OnValueChanged ( ) : void |
Ons the value changed.
|
|
ResultView_ItemSelected ( object sender, global e ) : void |
Results the view item selected.
|
|
SearchButton_Click ( object sender, |
Searchs the button click.
|
public OnSearching ( string text ) : AutocompleteSearchEventArgs | ||
text | string | Text. |
Результат | AutocompleteSearchEventArgs |
protected global::Xamarin.Forms.ContentPage ResultPage | ||
Результат | global::Xamarin.Forms.ContentPage |
protected global::Xamarin.Forms.ListView ResultView | ||
Результат | global::Xamarin.Forms.ListView |