WebUIDelegate_Extensions.UIWillPerformDragSource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void UIWillPerformDragSource (this WebKit.IWebUIDelegate This, WebKit.WebView webView, WebKit.WebDragSourceAction action, CoreGraphics.CGPoint sourcePoint, AppKit.NSPasteboard pasteboard);
static member UIWillPerformDragSource : WebKit.IWebUIDelegate * WebKit.WebView * WebKit.WebDragSourceAction * CoreGraphics.CGPoint * AppKit.NSPasteboard -> unit
Parameters
- This
- IWebUIDelegate
- webView
- WebView
- action
- WebDragSourceAction
- sourcePoint
- CGPoint
- pasteboard
- NSPasteboard