NSWindowDocumentDrag Delegate

Definition

public delegate bool NSWindowDocumentDrag(NSWindow window, NSEvent theEvent, CGPoint dragImageLocation, NSPasteboard withPasteboard);
type NSWindowDocumentDrag = delegate of NSWindow * NSEvent * CGPoint * NSPasteboard -> bool

Parameters

window
NSWindow
theEvent
NSEvent
dragImageLocation
CGPoint
withPasteboard
NSPasteboard

Return Value

Applies to