Share via


IUISearchDisplayDelegate.WillUnloadSearchResults Method

Definition

Indicates that the controller is about to unload its UITableView of results.

[Foundation.Export("searchDisplayController:willUnloadSearchResultsTableView:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillUnloadSearchResults(UIKit.UISearchDisplayController controller, UIKit.UITableView tableView);
[<Foundation.Export("searchDisplayController:willUnloadSearchResultsTableView:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillUnloadSearchResults : UIKit.UISearchDisplayController * UIKit.UITableView -> unit
override this.WillUnloadSearchResults : UIKit.UISearchDisplayController * UIKit.UITableView -> unit

Parameters

tableView
UITableView
Attributes

Applies to