WebViewPerformDragEventArgs Constructor
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.
Create a new instance of the WebViewPerformDragEventArgs with the specified event data.
public WebViewPerformDragEventArgs(WebKit.WebDragSourceAction action, CoreGraphics.CGPoint sourcePoint, AppKit.NSPasteboard pasteboard);
new WebKit.WebViewPerformDragEventArgs : WebKit.WebDragSourceAction * CoreGraphics.CGPoint * AppKit.NSPasteboard -> WebKit.WebViewPerformDragEventArgs
Parameters
- action
- WebDragSourceAction
The value for the Action property.
- sourcePoint
- CGPoint
The value for the SourcePoint property.
- pasteboard
- NSPasteboard
The value for the Pasteboard property.