UISearchBarDelegate.SelectedScopeButtonIndexChanged(UISearchBar, nint) 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 scope button selection has changed.
[Foundation.Export("searchBar:selectedScopeButtonIndexDidChange:")]
public virtual void SelectedScopeButtonIndexChanged (UIKit.UISearchBar searchBar, nint selectedScope);
abstract member SelectedScopeButtonIndexChanged : UIKit.UISearchBar * nint -> unit
override this.SelectedScopeButtonIndexChanged : UIKit.UISearchBar * nint -> unit
Parameters
- searchBar
- UISearchBar
- selectedScope
- System.System.IntPtr System.nativeint
- Attributes