MonobjcMonobjc Documented Class Library
CollectionViewNamesOfPromisedFilesDroppedAtDestinationForDraggedItemsAtIndexes Event
NamespacesMonobjc.AppKitNSCollectionView..::..NSCollectionViewDelegateEventDispatcherCollectionViewNamesOfPromisedFilesDroppedAtDestinationForDraggedItemsAtIndexes

Invoked to return an array of filenames that the receiver promises to create.

Original signature is '- (NSArray *)collectionView:(NSCollectionView *)collectionView namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropURL forDraggedItemsAtIndexes:(NSIndexSet *)indexes'

Available in Mac OS X v10.6 and later.

Declaration Syntax
Return Value
An array of filenames (not full paths) for the created files that the receiver promises to create.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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