NSView.DragPromisedFilesOfTypes Method

Definition

[Foundation.Export("dragPromisedFilesOfTypes:fromRect:source:slideBack:event:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, "Use 'BeginDraggingSession (NSDraggingItem [], NSEvent, NSDraggingSource)' instead.")]
public virtual bool DragPromisedFilesOfTypes (string[] typeArray, CoreGraphics.CGRect aRect, Foundation.NSObject sourceObject, bool slideBack, AppKit.NSEvent theEvent);
abstract member DragPromisedFilesOfTypes : string[] * CoreGraphics.CGRect * Foundation.NSObject * bool * AppKit.NSEvent -> bool
override this.DragPromisedFilesOfTypes : string[] * CoreGraphics.CGRect * Foundation.NSObject * bool * AppKit.NSEvent -> bool

Parameters

typeArray
String[]
aRect
CGRect
sourceObject
NSObject
slideBack
Boolean
theEvent
NSEvent

Returns

Attributes

Applies to