UITableViewSource.HeaderViewDisplayingEnded(UITableView, UIView, nint) Method

Definition

Called when a section header is removed from a table (for instance, due to scrolling).

[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

Parameters

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