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 user has begun editing the search text.
[Foundation.Export("searchBarTextDidBeginEditing:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void OnEditingStarted(UIKit.UISearchBar searchBar);
[<Foundation.Export("searchBarTextDidBeginEditing:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member OnEditingStarted : UIKit.UISearchBar -> unit
override this.OnEditingStarted : UIKit.UISearchBar -> unit
Parameters
- searchBar
- UISearchBar
Implements
- Attributes