NSTableViewSource.FilesDropped(NSTableView, NSUrl, NSIndexSet) Método

Definición

[Foundation.Export("tableView:namesOfPromisedFilesDroppedAtDestination:forDraggedRowsWithIndexes:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, "Use 'NSFilePromiseReceiver' objects instead.")]
public virtual string[] FilesDropped (AppKit.NSTableView tableView, Foundation.NSUrl dropDestination, Foundation.NSIndexSet indexSet);
abstract member FilesDropped : AppKit.NSTableView * Foundation.NSUrl * Foundation.NSIndexSet -> string[]
override this.FilesDropped : AppKit.NSTableView * Foundation.NSUrl * Foundation.NSIndexSet -> string[]

Parámetros

tableView
NSTableView
dropDestination
NSUrl
indexSet
NSIndexSet

Devoluciones

String[]
Atributos

Se aplica a