UICollectionViewDelegate_Extensions.CellDisplayingEnded 方法

定义

指示指定 indexPath 处的单元格已被删除。

public static void CellDisplayingEnded (this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, UIKit.UICollectionViewCell cell, Foundation.NSIndexPath indexPath);
static member CellDisplayingEnded : UIKit.IUICollectionViewDelegate * UIKit.UICollectionView * UIKit.UICollectionViewCell * Foundation.NSIndexPath -> unit

参数

This
IUICollectionViewDelegate

此扩展方法在其上运行的实例。

collectionView
UICollectionView

发起请求的集合视图。

indexPath
NSIndexPath

适用于