MonobjcMonobjc Documented Class Library
CollectionViewCanDragItemsAtIndexesWithEvent Event
NamespacesMonobjc.AppKitNSCollectionView..::..NSCollectionViewDelegateEventDispatcherCollectionViewCanDragItemsAtIndexesWithEvent

Returns whether the collection view can attempt to initiate a drag for the given event and items.

Original signature is '- (BOOL)collectionView:(NSCollectionView *)collectionView canDragItemsAtIndexes:(NSIndexSet *)indexes withEvent:(NSEvent *)event'

Available in Mac OS X v10.6 and later.

Declaration Syntax
Return Value
YES if the items can attempt to initiate a drag for the specified items, otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)