Compartilhar via


UITableViewDelegate_Extensions.HeaderViewDisplayingEnded Método

Definição

Indica que o cabeçalho da seção especificada foi removido.

[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

Parâmetros

This
IUITableViewDelegate

A instância na qual esse método de extensão opera.

tableView
UITableView

O UITableView ao qual o headerView pertence.

headerView
UIView

O UIView sendo removido.

section
System.System.IntPtr System.nativeint

Um índice que indica a seção à qual o headerView pertence.

Atributos

Aplica-se a