Share via


NSCollectionViewDelegateFlowLayout.CanDragItems Method

Definition

Overloads

CanDragItems(NSCollectionView, NSIndexSet, NSEvent)

[Foundation.Export("collectionView:canDragItemsAtIndexes:withEvent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool CanDragItems(AppKit.NSCollectionView collectionView, Foundation.NSIndexSet indexes, AppKit.NSEvent evt);
[<Foundation.Export("collectionView:canDragItemsAtIndexes:withEvent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CanDragItems : AppKit.NSCollectionView * Foundation.NSIndexSet * AppKit.NSEvent -> bool
override this.CanDragItems : AppKit.NSCollectionView * Foundation.NSIndexSet * AppKit.NSEvent -> bool

Parameters

collectionView
NSCollectionView
indexes
NSIndexSet
evt
NSEvent

Returns

Implements

Attributes

Applies to

CanDragItems(NSCollectionView, NSSet, NSEvent)

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

Parameters

collectionView
NSCollectionView
indexPaths
NSSet
theEvent
NSEvent

Returns

Implements

Attributes

Applies to