共用方式為


UICollectionViewController.ItemSelected(UICollectionView, NSIndexPath) 方法

定義

表示已選取儲存格。

[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

參數

collectionView
UICollectionView

由這個檢視控制器管理的集合檢視。

indexPath
NSIndexPath

受影響專案的索引路徑。

屬性

適用於