Поделиться через


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
Атрибуты

Применяется к