UICollectionViewDelegate.CanPerformAction Método

Definição

Se esse UICollectionViewDelegate pode executar a ação especificada em um item no UICollectionView.

[Foundation.Export("collectionView:canPerformAction:forItemAtIndexPath:withSender:")]
public virtual bool CanPerformAction (UIKit.UICollectionView collectionView, ObjCRuntime.Selector action, Foundation.NSIndexPath indexPath, Foundation.NSObject sender);
abstract member CanPerformAction : UIKit.UICollectionView * ObjCRuntime.Selector * Foundation.NSIndexPath * Foundation.NSObject -> bool
override this.CanPerformAction : UIKit.UICollectionView * ObjCRuntime.Selector * Foundation.NSIndexPath * Foundation.NSObject -> bool

Parâmetros

collectionView
UICollectionView

A exibição de coleção que originou a solicitação.

action
Selector
indexPath
NSIndexPath
sender
NSObject

Retornos

Atributos

Aplica-se a