Ejemplo n.º 1
0
 public void OnSearchBarTextChanged(string text) => SearchBarTextChanged?.Invoke(this, text);
Ejemplo n.º 2
0
 void ISearchPage.OnSearchBarTextChanged(string text)
 {
     SearchBarTextChanged?.Invoke(this, text);
 }