UITableViewDelegate_Extensions.CellDisplayingEnded 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示刚删除单元格。
[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
。
- 属性