Click or drag to resize

IBrowserHostDragTargetDragOver Method

Version 91.1.160
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: 91.1.160.0 (91.1.160.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.Enums.DragOperationsMask)"]

allowedOperations
Type: CefSharp.EnumsDragOperationsMask

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

See Also