UIKit.UITableViewDelegate.CellDisplayingEnded Method
Called when a table row is removed from a UIKit.UITableView (for example, due to scrolling).

Syntax

[Foundation.Export("tableView:didEndDisplayingCell:forRowAtIndexPath:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
public virtual void CellDisplayingEnded (UITableView tableView, UITableViewCell cell, Foundation.NSIndexPath indexPath)

Parameters

tableView
The UIKit.UITableView being displayed.
cell
The UIKit.UITableViewCell that has just been removed.
indexPath
The Foundation.NSIndexPath specifying the cell.

Remarks

Application developers should use this method, rather than attempting to monitor the cell's visibility directly.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0