UICollectionViewDelegate.PerformAction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs the specified action on an item in the 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
Parameters
- collectionView
- UICollectionView
The collection view that originated the request.
- action
- Selector
- indexPath
- NSIndexPath
- sender
- NSObject
- Attributes