Condividi tramite


UICollectionViewDelegate.CanPerformAction Metodo

Definizione

Indica se questo UICollectionViewDelegate può eseguire l'azione specificata su un elemento in 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

Parametri

collectionView
UICollectionView

Visualizzazione raccolta che ha originato la richiesta.

action
Selector
indexPath
NSIndexPath
sender
NSObject

Restituisce

Attributi

Si applica a