共用方式為


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 區段。

屬性

適用於