UICollectionViewDelegate_Extensions.ItemDeselected 方法

定义

指示已取消选择指定 indexPath 处的单元格。

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

参数

This
IUICollectionViewDelegate

此扩展方法操作的实例。

collectionView
UICollectionView

发起请求的集合视图。

indexPath
NSIndexPath

适用于