Share via


UISearchBarDelegate_Extensions.ShouldEndEditing Method

Definition

Whether the editing of the search text should end.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldEndEditing(this UIKit.IUISearchBarDelegate This, UIKit.UISearchBar searchBar);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldEndEditing : UIKit.IUISearchBarDelegate * UIKit.UISearchBar -> bool

Parameters

searchBar
UISearchBar

Returns

Attributes

Applies to