Share via


UISearchBarDelegate.SelectedScopeButtonIndexChanged Method

Definition

Indicates that the scope button selection has changed.

[Foundation.Export("searchBar:selectedScopeButtonIndexDidChange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SelectedScopeButtonIndexChanged(UIKit.UISearchBar searchBar, IntPtr selectedScope);
[<Foundation.Export("searchBar:selectedScopeButtonIndexDidChange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SelectedScopeButtonIndexChanged : UIKit.UISearchBar * nativeint -> unit
override this.SelectedScopeButtonIndexChanged : UIKit.UISearchBar * nativeint -> unit

Parameters

searchBar
UISearchBar
selectedScope
IntPtr

nativeint

Implements

Attributes

Applies to