UISearchBarPredicate Delegate

Definition

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.

Return Value

Applies to