Condividi tramite


UITableViewDelegate_Extensions.HeaderViewDisplayingEnded Metodo

Definizione

Indica che l'intestazione della sezione specificata è stata rimossa.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void HeaderViewDisplayingEnded (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UIView headerView, nint section);
static member HeaderViewDisplayingEnded : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UIView * nint -> unit

Parametri

This
IUITableViewDelegate

Istanza in cui opera questo metodo di estensione.

tableView
UITableView

L'oggetto UITableView al quale appartiene l'oggetto headerView.

headerView
UIView

Classe UIView che viene rimossa.

section
System.System.IntPtr System.nativeint

Indice che indica la sezione a cui appartiene l'oggetto headerView .

Attributi

Si applica a