CefBrowserHost DragTargetDrop Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public void DragTargetDrop(
	CefMouseEvent mouseEvent
)

Parameters

mouseEvent
Type: Xilium.CefGlue CefMouseEvent

[Missing <param name="mouseEvent"/> documentation for "M:Xilium.CefGlue.CefBrowserHost.DragTargetDrop(Xilium.CefGlue.CefMouseEvent)"]

See Also