Condividi tramite


UICollectionViewDelegate.PerformAction Metodo

Definizione

Esegue l'azione specificata su un elemento in UICollectionView.

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

Parametri

collectionView
UICollectionView

Visualizzazione raccolta che ha originato la richiesta.

action
Selector
indexPath
NSIndexPath
sender
NSObject
Attributi

Si applica a