共用方式為


UICollectionViewDelegate.ItemUnhighlighted 方法

定義

表示位於指定索引處的專案已移除其反白顯示。

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

參數

collectionView
UICollectionView

產生要求的集合檢視。

indexPath
NSIndexPath
屬性

適用於