Click or drag to resize

CefBrowserHostDragTargetDragEnter Method

Call this method when the user drags the mouse into the web view (before calling DragTargetDragOver/DragTargetLeave/DragTargetDrop). |drag_data| should not contain file contents as this type of data is not allowed to be dragged into the web view. File contents can be removed using CefDragData::ResetFileContents (for example, if |drag_data| comes from CefRenderHandler::StartDragging). 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 DragTargetDragEnter(
	CefDragData dragData,
	CefMouseEvent mouseEvent,
	CefDragOperationsMask allowedOps
)

Parameters

dragData  CefDragData
 
mouseEvent  CefMouseEvent
 
allowedOps  CefDragOperationsMask
 
See Also