Condividi tramite


UITableViewSource.CellDisplayingEnded Method

Definition

[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
indexPath
NSIndexPath
Attributes

Applies to