UISearchBarDelegate_Extensions.ShouldEndEditing Method

Definition

Whether the editing of the search text should end.

public static bool ShouldEndEditing (this UIKit.IUISearchBarDelegate This, UIKit.UISearchBar searchBar);
static member ShouldEndEditing : UIKit.IUISearchBarDelegate * UIKit.UISearchBar -> bool

Parameters

This
IUISearchBarDelegate

The instance on which this extension method operates.

searchBar
UISearchBar

Returns

Applies to