UITableViewDelegate_Extensions.HeaderViewDisplayingEnded 方法

定义

指示已删除指定节的标头。

[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

参数

This
IUITableViewDelegate

此扩展方法在其上运行的实例。

tableView
UITableView

UITableView 所属的 headerView

headerView
UIView

正在移除的 UIView

section
System.System.IntPtr System.nativeint

指示 所属节 headerView 的索引。

属性

适用于