Sdílet prostřednictvím


UICollectionViewController.ShouldBeginMultipleSelectionInteraction Method

Definition

[Foundation.Export("collectionView:shouldBeginMultipleSelectionInteractionAtIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldBeginMultipleSelectionInteraction(UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
[<Foundation.Export("collectionView:shouldBeginMultipleSelectionInteractionAtIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldBeginMultipleSelectionInteraction : UIKit.UICollectionView * Foundation.NSIndexPath -> bool
override this.ShouldBeginMultipleSelectionInteraction : UIKit.UICollectionView * Foundation.NSIndexPath -> bool

Parameters

collectionView
UICollectionView
indexPath
NSIndexPath

Returns

Implements

Attributes

Applies to