UISearchBarDelegate_Extensions.ListButtonClicked Method

Definition

Indicates that the list button was tapped.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ListButtonClicked (this UIKit.IUISearchBarDelegate This, UIKit.UISearchBar searchBar);
static member ListButtonClicked : UIKit.IUISearchBarDelegate * UIKit.UISearchBar -> unit

Parameters

This
IUISearchBarDelegate

The instance on which this extension method operates.

searchBar
UISearchBar
Attributes

Applies to