Share via


UISearchBarDelegate_Extensions.OnEditingStarted Method

Definition

Indicates that the user has begun editing the search text.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void OnEditingStarted(this UIKit.IUISearchBarDelegate This, UIKit.UISearchBar searchBar);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member OnEditingStarted : UIKit.IUISearchBarDelegate * UIKit.UISearchBar -> unit

Parameters

searchBar
UISearchBar
Attributes

Applies to