UITableViewSource.HeaderViewDisplayingEnded(UITableView, UIView, nint) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
- section
- System.System.IntPtr System.nativeint
Index indiquant la section à laquelle appartient.headerView
- Attributs