Share via


UITableViewDelegate_Extensions.CellDisplayingEnded Method

Definition

Indicates that the cell has just been removed.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void CellDisplayingEnded(this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UITableViewCell cell, Foundation.NSIndexPath indexPath);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CellDisplayingEnded : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UITableViewCell * Foundation.NSIndexPath -> unit

Parameters

tableView
UITableView

The UITableView being displayed.

cell
UITableViewCell

The UITableViewCell that has just been removed.

indexPath
NSIndexPath

The NSIndexPath specifying the cell.

Attributes

Applies to