Share via


NSTableViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType>.FilesDropped Method

Definition

[Foundation.Export("tableView:namesOfPromisedFilesDroppedAtDestination:forDraggedRowsWithIndexes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[] FilesDropped(AppKit.NSTableView tableView, Foundation.NSUrl dropDestination, Foundation.NSIndexSet indexSet);
[<Foundation.Export("tableView:namesOfPromisedFilesDroppedAtDestination:forDraggedRowsWithIndexes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FilesDropped : AppKit.NSTableView * Foundation.NSUrl * Foundation.NSIndexSet -> string[]
override this.FilesDropped : AppKit.NSTableView * Foundation.NSUrl * Foundation.NSIndexSet -> string[]

Parameters

tableView
NSTableView
dropDestination
NSUrl
indexSet
NSIndexSet

Returns

String[]

Implements

Attributes

Applies to