UICollectionViewDelegate.ItemDeselected(UICollectionView, NSIndexPath) メソッド

定義

指定したインデックスの項目の選択が解除されたことを示します。

[Foundation.Export("collectionView:didDeselectItemAtIndexPath:")]
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
属性

適用対象