Compartilhar via


UICollectionViewDelegate.PerformAction Método

Definição

Executa a ação especificada em um item no 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

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

action
Selector
indexPath
NSIndexPath
sender
NSObject
Atributos

Aplica-se a