UISearchBarDelegate_Extensions.TextChanged Method

Definition

Indicates that the search text has changed.

public static void TextChanged (this UIKit.IUISearchBarDelegate This, UIKit.UISearchBar searchBar, string searchText);
static member TextChanged : UIKit.IUISearchBarDelegate * UIKit.UISearchBar * string -> unit

Parameters

This
IUISearchBarDelegate

The instance on which this extension method operates.

searchBar
UISearchBar
searchText
String

Applies to