Share via


IUICollectionViewDelegate.ShouldBeginMultipleSelectionInteraction Method

Definition

[Foundation.Export("collectionView:shouldBeginMultipleSelectionInteractionAtIndexPath:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldBeginMultipleSelectionInteraction(UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
[<Foundation.Export("collectionView:shouldBeginMultipleSelectionInteractionAtIndexPath:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to