UISearchBarPredicate Delegate
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.
A delegate used with ShouldBeginEditing and ShouldEndEditing to specify editing beginning and ending events.
public delegate bool UISearchBarPredicate(UISearchBar searchBar);
type UISearchBarPredicate = delegate of UISearchBar -> bool
Parameters
- searchBar
- UISearchBar
The UISearchBar with which this predicate is associated.