Partager via


UICollectionViewController.ItemSelected(UICollectionView, NSIndexPath) Méthode

Définition

Indique qu’une cellule a été sélectionnée.

[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

Paramètres

collectionView
UICollectionView

Vue de regroupement gérée par ce contrôleur d’affichage.

indexPath
NSIndexPath

Chemin d’accès à l’index de l’élément affecté.

Attributs

S’applique à