Click or drag to resize

CefBrowserHostDragTargetDrop Method

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:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void DragTargetDrop(
	CefMouseEvent mouseEvent
)

Parameters

mouseEvent
Type: Internal.Xilium.CefGlueCefMouseEvent
See Also