The members of UIKit.UISearchDisplayDelegate_Extensions are listed below.
See Also: Inherited members from System.Object
| static  | DidBeginSearch(this IUISearchDisplayDelegate, UISearchDisplayController) Indicates that searching has started. | |
| static  | DidEndSearch(this IUISearchDisplayDelegate, UISearchDisplayController) Indicates that searching has ended. | |
| static  | DidHideSearchResults(this IUISearchDisplayDelegate, UISearchDisplayController, UITableView) Indicates that the controller hid its table view of results. | |
| static  | DidLoadSearchResults(this IUISearchDisplayDelegate, UISearchDisplayController, UITableView) Indicates that the controller has loaded its UITableView of results. | |
| static  | DidShowSearchResults(this IUISearchDisplayDelegate, UISearchDisplayController, UITableView) Indicates that the controller has begun displayed its UITableView of results. | |
| static  | ShouldReloadForSearchScope(this IUISearchDisplayDelegate, UISearchDisplayController, nint) Whether data should be reloaded, given the change in search options. | |
| static  | ShouldReloadForSearchString(this IUISearchDisplayDelegate, UISearchDisplayController, string) Whether data should be reloaded, given the change in search string. | |
| static  | WillBeginSearch(this IUISearchDisplayDelegate, UISearchDisplayController) Indicates that searching is about to start. | |
| static  | WillEndSearch(this IUISearchDisplayDelegate, UISearchDisplayController) Indicates that search is about to finish. | |
| static  | WillHideSearchResults(this IUISearchDisplayDelegate, UISearchDisplayController, UITableView) Indicates that the controller is about to hide its UITableView of results. | |
| static  | WillShowSearchResults(this IUISearchDisplayDelegate, UISearchDisplayController, UITableView) Indicates that the controller is about to show its UITableView of results. | |
| static  | WillUnloadSearchResults(this IUISearchDisplayDelegate, UISearchDisplayController, UITableView) Indicates that the controller is about to unload its UITableView of results. | |