共用方式為


UICollectionViewDelegate.ItemDeselected(UICollectionView, NSIndexPath) 方法

定義

指出指定索引處的專案已取消選取。

[Foundation.Export("collectionView:didDeselectItemAtIndexPath:")]
public virtual void ItemDeselected (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member ItemDeselected : UIKit.UICollectionView * Foundation.NSIndexPath -> unit
override this.ItemDeselected : UIKit.UICollectionView * Foundation.NSIndexPath -> unit

參數

collectionView
UICollectionView

產生要求的集合檢視。

indexPath
NSIndexPath
屬性

適用於