Share via


QLPreviewPanelDelegate.ShouldDragDocumentWithEvent Method

Definition

[Foundation.Export("window:shouldDragDocumentWithEvent:from:withPasteboard:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldDragDocumentWithEvent(AppKit.NSWindow window, AppKit.NSEvent theEvent, CoreGraphics.CGPoint dragImageLocation, AppKit.NSPasteboard withPasteboard);
[<Foundation.Export("window:shouldDragDocumentWithEvent:from:withPasteboard:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldDragDocumentWithEvent : AppKit.NSWindow * AppKit.NSEvent * CoreGraphics.CGPoint * AppKit.NSPasteboard -> bool
override this.ShouldDragDocumentWithEvent : AppKit.NSWindow * AppKit.NSEvent * CoreGraphics.CGPoint * AppKit.NSPasteboard -> bool

Parameters

window
NSWindow
theEvent
NSEvent
dragImageLocation
CGPoint
withPasteboard
NSPasteboard

Returns

Implements

Attributes

Applies to