Compartir a través de


UICollectionViewDelegate.PerformAction Método

Definición

Realiza la acción especificada en un elemento de 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

Parámetros

collectionView
UICollectionView

Vista de colección que originó la solicitud.

action
Selector
indexPath
NSIndexPath
sender
NSObject
Atributos

Se aplica a