Share via


WebViewPerformDragEventArgs Constructor

Definition

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.

Applies to