UICollectionViewDelegate.ItemUnhighlighted Metodo

Definizione

Indica che l'elemento in corrispondenza dell'indice specificato ha rimosso l'evidenziazione.

[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

Parametri

collectionView
UICollectionView

Visualizzazione raccolta che ha generato la richiesta.

indexPath
NSIndexPath
Attributi

Si applica a