Partager via


UITableViewSource.HeaderViewDisplayingEnded(UITableView, UIView, nint) Méthode

Définition

Appelé lorsqu’un en-tête de section est supprimé d’une table (par exemple, en raison du défilement).

[Foundation.Export("tableView:didEndDisplayingHeaderView:forSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void HeaderViewDisplayingEnded (UIKit.UITableView tableView, UIKit.UIView headerView, nint section);
abstract member HeaderViewDisplayingEnded : UIKit.UITableView * UIKit.UIView * nint -> unit
override this.HeaderViewDisplayingEnded : UIKit.UITableView * UIKit.UIView * nint -> unit

Paramètres

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 à