UICollectionViewDelegate.ItemUnhighlighted Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Indica que o item no índice especificado teve seu realce removido.
[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
Parâmetros
- collectionView
- UICollectionView
A exibição de coleção que originou a solicitação.
- indexPath
- NSIndexPath
- Atributos