UISearchBarDelegate.TextChanged(UISearchBar, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the user changed the search text.
[Foundation.Export("searchBar:textDidChange:")]
public virtual void TextChanged (UIKit.UISearchBar searchBar, string searchText);
abstract member TextChanged : UIKit.UISearchBar * string -> unit
override this.TextChanged : UIKit.UISearchBar * string -> unit
Parameters
- searchBar
- UISearchBar
- searchText
- String
- Attributes