Compartilhar via


UICollectionViewController.ItemSelected(UICollectionView, NSIndexPath) Método

Definição

Indica que uma célula foi selecionada.

[Foundation.Export("collectionView:didSelectItemAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ItemSelected (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member ItemSelected : UIKit.UICollectionView * Foundation.NSIndexPath -> unit
override this.ItemSelected : UIKit.UICollectionView * Foundation.NSIndexPath -> unit

Parâmetros

collectionView
UICollectionView

Exibição de coleção gerenciada por esse controlador de exibição.

indexPath
NSIndexPath

Caminho de índice para o item afetado.

Atributos

Aplica-se a