3 references to TextSetOrChanged
Microsoft.Maui (3)
Handlers\SearchBar\SearchBarHandler.iOS.cs (2)
171
platformView.
TextSetOrChanged
+= OnTextPropertySet;
188
platformView.
TextSetOrChanged
-= OnTextPropertySet;
Platform\iOS\MauiSearchBar.cs (1)
50
TextSetOrChanged
?.Invoke(this, new UISearchBarTextChangedEventArgs(value ?? String.Empty));