UISearchBarDelegate.OnEditingStarted(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 app user has begin editing the search text.
[Foundation.Export("searchBarTextDidBeginEditing:")]
public virtual void OnEditingStarted (UIKit.UISearchBar searchBar);
abstract member OnEditingStarted : UIKit.UISearchBar -> unit
override this.OnEditingStarted : UIKit.UISearchBar -> unit
Parameters
- searchBar
- UISearchBar
- Attributes