NSCollectionViewDelegateFlowLayout.CanDragItems Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
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
Parameter
- collectionView
- NSCollectionView
- indexes
- NSIndexSet
- evt
- NSEvent
Mengembalikan
- Atribut
Berlaku untuk
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
Parameter
- collectionView
- NSCollectionView
- indexPaths
- NSSet
- theEvent
- NSEvent
Mengembalikan
- Atribut