Share via


UISearchBarRangeEventArgs Delegate

Definition

public delegate bool UISearchBarRangeEventArgs(UISearchBar searchBar, NSRange range, string text);
type UISearchBarRangeEventArgs = delegate of UISearchBar * NSRange * string -> bool

Parameters

searchBar
UISearchBar
range
NSRange
text
String

Return Value

Applies to