Share via


UICollectionViewController.PerformAction Method

Definition

Whether the cell at the specified indexPath supports the specified Copy or Paste action.

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

Parameters

collectionView
UICollectionView

The collection view that originated the request.

action
Selector
indexPath
NSIndexPath
sender
NSObject

Implements

Attributes

Applies to