Click or drag to resize
IBrowserHostDragTargetDragOver Method
Version 51.0.0
Call this method each time the mouse is moved across the web view during a drag operation (after calling DragTargetDragEnter(IDragData, MouseEvent, DragOperationsMask) and before calling DragTargetDragLeave/DragTargetDragDrop(MouseEvent)). This method is only used when window rendering is disabled.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
void DragTargetDragOver(
	MouseEvent mouseEvent,
	DragOperationsMask allowedOperations
)

Parameters

mouseEvent
Type: CefSharpMouseEvent

[Missing <param name="mouseEvent"/> documentation for "M:CefSharp.IBrowserHost.DragTargetDragOver(CefSharp.MouseEvent,CefSharp.DragOperationsMask)"]

allowedOperations
Type: CefSharpDragOperationsMask

[Missing <param name="allowedOperations"/> documentation for "M:CefSharp.IBrowserHost.DragTargetDragOver(CefSharp.MouseEvent,CefSharp.DragOperationsMask)"]

See Also