UITableViewDelegate_Extensions.HeaderViewDisplayingEnded Method

Definition

Indicates that the header of the specified section has been removed.

[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

Parameters

This
IUITableViewDelegate

The instance on which this extension method operates.

tableView
UITableView

The UITableView to which the headerView belongs.

headerView
UIView

The UIView being removed.

section
System.System.IntPtr System.nativeint

An index indicating the section to which the headerView belongs.

Attributes

Applies to