UIKit.UISearchBarDelegate: Method Members

The methods of UIKit.UISearchBarDelegate are listed below. For a list of all members, see the UISearchBarDelegate Members list.

See Also: Inherited members from UIKit.UIBarPositioningDelegate

Public Methods

BookmarkButtonClicked(UISearchBar)
Indicates that the bookmark button was clicked.
CancelButtonClicked(UISearchBar)
Indicates that the cancel button was clicked.
ListButtonClicked(UISearchBar)
Indicates that the search results list button was clicked.
OnEditingStarted(UISearchBar)
Indicates that the app user has begin editing the search text.
OnEditingStopped(UISearchBar)
Indicates that the user has finished editing the search text.
SearchButtonClicked(UISearchBar)
Indicates that the search button was clicked.
SelectedScopeButtonIndexChanged(UISearchBar, nint)
Indicates that the scope button selection has changed.
ShouldBeginEditing(UISearchBar) : bool
Whether editing should begin in the specified search bar.
ShouldChangeTextInRange(UISearchBar, Foundation.NSRange, string) : bool
Whether text in a specified range should be replaced with the given text.
ShouldEndEditing(UISearchBar) : bool
Whether editing should stop in the specified search bar.
TextChanged(UISearchBar, string)
Indicates that the user changed the search text.