UISearchBarDelegate_Extensions.BookmarkButtonClicked 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 bookmark button was tapped.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void BookmarkButtonClicked (this UIKit.IUISearchBarDelegate This, UIKit.UISearchBar searchBar);
static member BookmarkButtonClicked : UIKit.IUISearchBarDelegate * UIKit.UISearchBar -> unit
Parameters
- This
- IUISearchBarDelegate
The instance on which this extension method operates.
- searchBar
- UISearchBar
- Attributes