UISearchBarDelegate.ListButtonClicked(UISearchBar) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the search results list button was clicked.
[Foundation.Export("searchBarResultsListButtonClicked:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ListButtonClicked (UIKit.UISearchBar searchBar);
abstract member ListButtonClicked : UIKit.UISearchBar -> unit
override this.ListButtonClicked : UIKit.UISearchBar -> unit
Parameters
- searchBar
- UISearchBar
- Attributes