UITableViewController.CellDisplayingEnded Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the cell has just been removed.
[Foundation.Export("tableView:didEndDisplayingCell:forRowAtIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void CellDisplayingEnded(UIKit.UITableView tableView, UIKit.UITableViewCell cell, Foundation.NSIndexPath indexPath);
[<Foundation.Export("tableView:didEndDisplayingCell:forRowAtIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CellDisplayingEnded : UIKit.UITableView * UIKit.UITableViewCell * Foundation.NSIndexPath -> unit
override this.CellDisplayingEnded : UIKit.UITableView * UIKit.UITableViewCell * Foundation.NSIndexPath -> unit
Parameters
- tableView
- UITableView
The UITableView being displayed.
- cell
- UITableViewCell
The UITableViewCell that has just been removed.
- indexPath
- NSIndexPath
The NSIndexPath specifying the cell.
Implements
- Attributes