Implements file promise drag operations.
Original signature is '- (NSArray *)browser:(NSBrowser *)browser namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropDestination forDraggedRowsWithIndexes:(NSIndexSet *)rowIndexes inColumn:(NSInteger)column'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public event NSBrowser..::..BrowserNamesOfPromisedFilesDroppedAtDestinationForDraggedRowsWithIndexesInColumnEventHandler BrowserNamesOfPromisedFilesDroppedAtDestinationForDraggedRowsWithIndexesInColumn
Public Event BrowserNamesOfPromisedFilesDroppedAtDestinationForDraggedRowsWithIndexesInColumn As NSBrowser..::..BrowserNamesOfPromisedFilesDroppedAtDestinationForDraggedRowsWithIndexesInColumnEventHandler
public: event NSBrowser..::..BrowserNamesOfPromisedFilesDroppedAtDestinationForDraggedRowsWithIndexesInColumnEventHandler^ BrowserNamesOfPromisedFilesDroppedAtDestinationForDraggedRowsWithIndexesInColumn { void add (NSBrowser..::..BrowserNamesOfPromisedFilesDroppedAtDestinationForDraggedRowsWithIndexesInColumnEventHandler^ value); void remove (NSBrowser..::..BrowserNamesOfPromisedFilesDroppedAtDestinationForDraggedRowsWithIndexesInColumnEventHandler^ value); }

Filenames (not pathnames) for the actual files represented by the rows the user is dropping.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)