UIKit.UICollectionViewController.CanPerformAction Method
Whether the edit menu should have Copy and Paste commands for the specified cell.

Syntax

[Foundation.Export("collectionView:canPerformAction:forItemAtIndexPath:withSender:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
public virtual bool CanPerformAction (UICollectionView collectionView, ObjCRuntime.Selector action, Foundation.NSIndexPath indexPath, Foundation.NSObject sender)

Parameters

collectionView
Collection view managed by this view controller.
action
The action that is to be performed.
indexPath
Index path for the affected item.
sender
Initiator for the action.

Returns

Returns true if the specified command corresponding to the action should appear in the editing menu.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0