UICollectionViewSource.ItemDeselected(UICollectionView, NSIndexPath) 方法

定义

指示已取消选择指定 indexPath 处的项。

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

参数

collectionView
UICollectionView

发起请求的集合视图。

indexPath
NSIndexPath
属性

适用于