示例#1
0
 public void OnSearchBarTextChanged(string text) => SearchBarTextChanged?.Invoke(this, text);
 void ISearchPage.OnSearchBarTextChanged(string text)
 {
     SearchBarTextChanged?.Invoke(this, text);
 }