UISearchBarDelegate_Extensions.OnEditingStopped Method

Definition

Indicates that the user has stopped editing the text field.

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

Parameters

This
IUISearchBarDelegate

The instance on which this extension method operates.

searchBar
UISearchBar

Applies to