Compartilhar via


UICollectionViewDelegate_Extensions.ShouldDeselectItem Método

Definição

Se a célula no indexPath especificado deve permitir-se ser desmarcada.

public static bool ShouldDeselectItem (this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
static member ShouldDeselectItem : UIKit.IUICollectionViewDelegate * UIKit.UICollectionView * Foundation.NSIndexPath -> bool

Parâmetros

This
IUICollectionViewDelegate

A instância na qual esse método de extensão opera.

collectionView
UICollectionView

A exibição de coleção que originou a solicitação.

indexPath
NSIndexPath

Retornos

Aplica-se a