次の方法で共有


UITableViewDelegate_Extensions.CellDisplayingEnded メソッド

定義

セルが削除されたことを示します。

[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

パラメーター

This
IUITableViewDelegate

この拡張メソッドが動作するインスタンス。

tableView
UITableView

UITableView表示されている 。

cell
UITableViewCell

UITableViewCell削除された 。

indexPath
NSIndexPath

NSIndexPathを指定する cell

属性

適用対象