Share via


UISearchBarDelegate_Extensions.TextChanged Method

Definition

Indicates that the search text has changed.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void TextChanged(this UIKit.IUISearchBarDelegate This, UIKit.UISearchBar searchBar, string searchText);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member TextChanged : UIKit.IUISearchBarDelegate * UIKit.UISearchBar * string -> unit

Parameters

searchBar
UISearchBar
searchText
String
Attributes

Applies to