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


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

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