次の方法で共有


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

戻り値

適用対象