Edit

Share via


UISearchBarDelegate_Extensions.ShouldChangeTextInRange Method

Definition

Whether the text in the specified range should be replaced with the specified text.

public static bool ShouldChangeTextInRange (this UIKit.IUISearchBarDelegate This, UIKit.UISearchBar searchBar, Foundation.NSRange range, string text);
static member ShouldChangeTextInRange : UIKit.IUISearchBarDelegate * UIKit.UISearchBar * Foundation.NSRange * string -> bool

Parameters

This
IUISearchBarDelegate

The instance on which this extension method operates.

searchBar
UISearchBar
range
NSRange
text
String

Returns

Applies to