WebViewDragEventArgs(WebDragDestinationAction, INSDraggingInfo) 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 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.