UITableViewSource.HeaderViewDisplayingEnded(UITableView, UIView, nint) 方法

定义

例如,当由于滚动) 而从表中删除节标题时调用 (。

[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

参数

tableView
UITableView

UITableView 所属的 headerView

headerView
UIView

正在移除的 UIView

section
System.System.IntPtr System.nativeint

指示 所属节 headerView 的索引。

属性

适用于