Share via


NSCollectionViewDelegateFlowLayout.ShouldDeselectItems Method

Definition

[Foundation.Export("collectionView:shouldDeselectItemsAtIndexPaths:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSSet ShouldDeselectItems(AppKit.NSCollectionView collectionView, Foundation.NSSet indexPaths);
[<Foundation.Export("collectionView:shouldDeselectItemsAtIndexPaths:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldDeselectItems : AppKit.NSCollectionView * Foundation.NSSet -> Foundation.NSSet
override this.ShouldDeselectItems : AppKit.NSCollectionView * Foundation.NSSet -> Foundation.NSSet

Parameters

collectionView
NSCollectionView
indexPaths
NSSet

Returns

Implements

Attributes

Applies to