The members of UIKit.UISearchBarDelegate are listed below.
See Also: Inherited members from UIKit.UIBarPositioningDelegate
| Default constructor that initializes a new instance of this class with no parameters. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
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)Whether editing should begin in the specified search bar. | ||
ShouldChangeTextInRange(UISearchBar, Foundation.NSRange, string)Whether text in a specified range should be replaced with the given text. | ||
ShouldEndEditing(UISearchBar)Whether editing should stop in the specified search bar. | ||
TextChanged(UISearchBar, string)Indicates that the user changed the search text. | ||