Click or drag to resize

IBrowserHostDragTargetDragDrop Method

Version 94.4.20
Call this method when the user completes the drag operation by dropping the object onto the web view (after calling DragTargetDragEnter(IDragData, MouseEvent, DragOperationsMask)). The object being dropped is IDragData, given as an argument to the previous DragTargetDragEnter(IDragData, MouseEvent, DragOperationsMask) call. This method is only used when window rendering is disabled.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
void DragTargetDragDrop(
	MouseEvent mouseEvent
)

Parameters

mouseEvent
Type: CefSharpMouseEvent

[Missing <param name="mouseEvent"/> documentation for "M:CefSharp.IBrowserHost.DragTargetDragDrop(CefSharp.MouseEvent)"]

See Also