Method | Description | |
---|---|---|
OnCreateOptionsMenu ( IMenu menu ) : bool | ||
OnQueryTextChange ( string newText ) : bool | ||
OnQueryTextSubmit ( string query ) : bool |
Method | Description | |
---|---|---|
OnCreate ( Bundle savedInstanceState ) : void |
Method | Description | |
---|---|---|
OnQueryTextChange ( object sender, Android.Widget.SearchView e ) : void |
protected OnCreate ( Bundle savedInstanceState ) : void | ||
savedInstanceState | Bundle | |
return | void |
public OnCreateOptionsMenu ( IMenu menu ) : bool | ||
menu | IMenu | |
return | bool |
public OnQueryTextChange ( string newText ) : bool | ||
newText | string | |
return | bool |
public OnQueryTextSubmit ( string query ) : bool | ||
query | string | |
return | bool |