Share via


UICollectionViewDelegate.PerformPrimaryActionForItem Method

Definition

[Foundation.Export("collectionView:performPrimaryActionForItemAtIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PerformPrimaryActionForItem(UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
[<Foundation.Export("collectionView:performPrimaryActionForItemAtIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PerformPrimaryActionForItem : UIKit.UICollectionView * Foundation.NSIndexPath -> unit
override this.PerformPrimaryActionForItem : UIKit.UICollectionView * Foundation.NSIndexPath -> unit

Parameters

collectionView
UICollectionView
indexPath
NSIndexPath

Implements

Attributes

Applies to