Freigeben über


UITableViewDelegate_Extensions.CellDisplayingEnded Methode

Definition

Gibt an, dass die Zelle gerade entfernt wurde.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void CellDisplayingEnded (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UITableViewCell cell, Foundation.NSIndexPath indexPath);
static member CellDisplayingEnded : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UITableViewCell * Foundation.NSIndexPath -> unit

Parameter

This
IUITableViewDelegate

Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.

tableView
UITableView

Das UITableView angezeigte.

cell
UITableViewCell

Die UITableViewCell , die gerade entfernt wurde.

indexPath
NSIndexPath

Der NSIndexPath , der den angibt cell.

Attribute

Gilt für: