UISearchBarDelegate.ShouldEndEditing(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.
Whether editing should stop in the specified search bar.
[Foundation.Export("searchBarShouldEndEditing:")]
public virtual bool ShouldEndEditing (UIKit.UISearchBar searchBar);
abstract member ShouldEndEditing : UIKit.UISearchBar -> bool
override this.ShouldEndEditing : UIKit.UISearchBar -> bool
Parameters
- searchBar
- UISearchBar
Returns
- Attributes