Share via


UITableViewDelegate_Extensions.HeaderViewDisplayingEnded Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void HeaderViewDisplayingEnded(this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UIView headerView, IntPtr section);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member HeaderViewDisplayingEnded : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UIView * nativeint -> unit

Parameters

tableView
UITableView

The UITableView to which the headerView belongs.

headerView
UIView

The UIView being removed.

section
IntPtr

nativeint

An index indicating the section to which the headerView belongs.

Attributes

Applies to