NSOutlineViewDataSource.FilesDropped(NSOutlineView, NSUrl, NSArray) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("outlineView:namesOfPromisedFilesDroppedAtDestination:forDraggedItems:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, "Use 'NSFilePromiseReceiver' objects instead.")]
public virtual string[] FilesDropped (AppKit.NSOutlineView outlineView, Foundation.NSUrl dropDestination, Foundation.NSArray items);
abstract member FilesDropped : AppKit.NSOutlineView * Foundation.NSUrl * Foundation.NSArray -> string[]
override this.FilesDropped : AppKit.NSOutlineView * Foundation.NSUrl * Foundation.NSArray -> string[]
Parameters
- outlineView
- NSOutlineView
- dropDestination
- NSUrl
- items
- NSArray
Returns
String[]
- Attributes