Share via


UICollectionViewDelegate.CanPerformPrimaryActionForItem Method

Definition

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

Parameters

collectionView
UICollectionView
indexPath
NSIndexPath

Returns

Implements

Attributes

Applies to