Share via


NSWindowDocumentDrag Delegado

Definición

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

Parámetros

window
NSWindow
theEvent
NSEvent
dragImageLocation
CGPoint
withPasteboard
NSPasteboard

Valor devuelto

Se aplica a