共用方式為


NSWindowDocumentDrag 代理人

定義

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

參數

window
NSWindow
theEvent
NSEvent
dragImageLocation
CGPoint
withPasteboard
NSPasteboard

傳回值

適用於