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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void DragTargetDragOver(
	CefMouseEvent mouseEvent,
	CefDragOperationsMask allowedOps
)

Parameters

mouseEvent  CefMouseEvent
 
allowedOps  CefDragOperationsMask
 
See Also