Property | Type | Description | |
---|---|---|---|
GoSearchButton | IButton | ||
ResultPage | global::Xamarin.Forms.ContentPage | ||
ResultView | global::Xamarin.Forms.ListView | ||
SearchButton | IButton | ||
SearchPage | Page | ||
SearchStack | IStack | ||
SearchText | ITextBox |
Property | Type | Description | |
---|---|---|---|
GoSearchButton_Click | void | ||
OnValueChanged | void | ||
ResultView_ItemSelected | void | ||
SearchButton_Click | void |
Method | Description | |
---|---|---|
Autocomplete ( ) : System |
Initializes a new instance of the Autocomplete class.
|
|
IDisposable ( ) : void |
The identifier dispose.
|
|
OnSearching ( string text ) : AutocompleteSearchEventArgs |
Ons the searching.
|
Method | Description | |
---|---|---|
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. |
return | AutocompleteSearchEventArgs |
protected global::Xamarin.Forms.ContentPage ResultPage | ||
return | global::Xamarin.Forms.ContentPage |
protected global::Xamarin.Forms.ListView ResultView | ||
return | global::Xamarin.Forms.ListView |