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