Compartir a través de


UICollectionViewController.ItemSelected(UICollectionView, NSIndexPath) Método

Definición

Indica que se ha seleccionado una celda.

[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

Vista de colección administrada por este controlador de vista.

indexPath
NSIndexPath

Ruta de acceso de índice para el elemento afectado.

Atributos

Se aplica a