UISearchBarDelegate_Extensions.CancelButtonClicked Method

Definition

Indicates that the cancel button was tapped.

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

Parameters

This
IUISearchBarDelegate

The instance on which this extension method operates.

searchBar
UISearchBar
Attributes

Applies to