UICollectionViewDelegate.ItemHighlighted Method

Definition

Indicates that the specified item was highlighted.

[Foundation.Export("collectionView:didHighlightItemAtIndexPath:")]
public virtual void ItemHighlighted (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member ItemHighlighted : UIKit.UICollectionView * Foundation.NSIndexPath -> unit
override this.ItemHighlighted : UIKit.UICollectionView * Foundation.NSIndexPath -> unit

Parameters

collectionView
UICollectionView

The collection view that originated the request.

indexPath
NSIndexPath
Attributes

Applies to