NSWindowDelegate.ShouldDragDocumentWithEvent 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[Foundation.Export("window:shouldDragDocumentWithEvent:from:withPasteboard:")]
public virtual bool ShouldDragDocumentWithEvent (AppKit.NSWindow window, AppKit.NSEvent theEvent, CoreGraphics.CGPoint dragImageLocation, AppKit.NSPasteboard withPasteboard);
abstract member ShouldDragDocumentWithEvent : AppKit.NSWindow * AppKit.NSEvent * CoreGraphics.CGPoint * AppKit.NSPasteboard -> bool
override this.ShouldDragDocumentWithEvent : AppKit.NSWindow * AppKit.NSEvent * CoreGraphics.CGPoint * AppKit.NSPasteboard -> bool
参数
- window
- NSWindow
- theEvent
- NSEvent
- dragImageLocation
- CGPoint
- withPasteboard
- NSPasteboard
返回
- 属性