Compartilhar via


UITableViewDelegate_Extensions.CellDisplayingEnded Método

Definição

Indica que a célula acabou de ser removida.

[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

Parâmetros

This
IUITableViewDelegate

A instância na qual esse método de extensão opera.

tableView
UITableView

O UITableView que está sendo exibido.

cell
UITableViewCell

O UITableViewCell que acabou de ser removido.

indexPath
NSIndexPath

O NSIndexPath que especifica o cell.

Atributos

Aplica-se a