Share via


WebViewDragEventArgs(WebDragDestinationAction, INSDraggingInfo) Constructor

Definition

Create a new instance of the WebViewDragEventArgs with the specified event data.

public WebViewDragEventArgs(WebKit.WebDragDestinationAction action, AppKit.INSDraggingInfo draggingInfo);
new WebKit.WebViewDragEventArgs : WebKit.WebDragDestinationAction * AppKit.INSDraggingInfo -> WebKit.WebViewDragEventArgs

Parameters

action
WebDragDestinationAction

The value for the Action property.

draggingInfo
INSDraggingInfo

The value for the DraggingInfo property.

Applies to