UITableViewDelegate_Extensions.HeaderViewDisplayingEnded Méthode

Définition

Indique que l’en-tête de la section spécifiée a été supprimé.

[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

Paramètres

This
IUITableViewDelegate

Instance sur laquelle cette méthode d’extension fonctionne.

tableView
UITableView

UITableView auquel headerView appartient.

headerView
UIView

UIView en cours de suppression.

section
System.System.IntPtr System.nativeint

Index indiquant la section à laquelle appartient.headerView

Attributs

S’applique à