PerformFilter() public method

public PerformFilter ( string text ) : void
text string
return void
Esempio n. 1
0
 public override void TextChanged(UISearchBar searchBar, string searchText)
 {
     container.PerformFilter(searchText ?? "");
 }