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
。
- 屬性