UICollectionViewDelegate.ItemUnhighlighted 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示位於指定索引處的專案已移除其反白顯示。
[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
- 屬性