次の方法で共有


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 を示すインデックス。

属性

適用対象