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 the editing of the search text should end.
[Foundation.Export("searchBarShouldEndEditing:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldEndEditing(UIKit.UISearchBar searchBar);
[<Foundation.Export("searchBarShouldEndEditing:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldEndEditing : UIKit.UISearchBar -> bool
override this.ShouldEndEditing : UIKit.UISearchBar -> bool
Parameters
- searchBar
- UISearchBar
Returns
Implements
- Attributes