Click or drag to resize

CefBrowserHostDragTargetDragOver Method

Call this method each time the mouse is moved across the web view during a drag operation (after calling DragTargetDragEnter and before calling DragTargetDragLeave/DragTargetDrop). 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 DragTargetDragOver(
	CefMouseEvent mouseEvent,
	CefDragOperationsMask allowedOps
)

Parameters

mouseEvent
Type: Internal.Xilium.CefGlueCefMouseEvent
allowedOps
Type: Internal.Xilium.CefGlueCefDragOperationsMask
See Also