UISearchBarRangeEventArgs Delegate

Definition

A delegate used with the ShouldChangeTextInRange property.

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

Parameters

searchBar
UISearchBar

The UISearchBar for which this is a property.

range
NSRange

The NSRange of the selection.

text
String

The selected text.

Return Value

Applies to