NSCollectionViewDelegateFlowLayout.CanDragItems Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
CanDragItems(NSCollectionView, NSIndexSet, NSEvent) | |
CanDragItems(NSCollectionView, NSSet, NSEvent) |
CanDragItems(NSCollectionView, NSIndexSet, NSEvent)
[Foundation.Export("collectionView:canDragItemsAtIndexes:withEvent:")]
public virtual bool CanDragItems (AppKit.NSCollectionView collectionView, Foundation.NSIndexSet indexes, AppKit.NSEvent evt);
abstract member CanDragItems : AppKit.NSCollectionView * Foundation.NSIndexSet * AppKit.NSEvent -> bool
override this.CanDragItems : AppKit.NSCollectionView * Foundation.NSIndexSet * AppKit.NSEvent -> bool
Parámetros
- collectionView
- NSCollectionView
- indexes
- NSIndexSet
- evt
- NSEvent
Devoluciones
- Atributos
Se aplica a
CanDragItems(NSCollectionView, NSSet, NSEvent)
[Foundation.Export("collectionView:canDragItemsAtIndexPaths:withEvent:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool CanDragItems (AppKit.NSCollectionView collectionView, Foundation.NSSet indexPaths, AppKit.NSEvent theEvent);
abstract member CanDragItems : AppKit.NSCollectionView * Foundation.NSSet * AppKit.NSEvent -> bool
override this.CanDragItems : AppKit.NSCollectionView * Foundation.NSSet * AppKit.NSEvent -> bool
Parámetros
- collectionView
- NSCollectionView
- indexPaths
- NSSet
- theEvent
- NSEvent
Devoluciones
- Atributos