Click or drag to resize

IBrowserHostDragTargetDragEnter Method

Version 130.1.90
Call this method when the user drags the mouse into the web view (before calling DragTargetDragOver(MouseEvent, DragOperationsMask)/DragTargetDragLeave/DragTargetDragDrop(MouseEvent)).

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
void DragTargetDragEnter(
	IDragData dragData,
	MouseEvent mouseEvent,
	DragOperationsMask allowedOperations
)

Parameters

dragData  IDragData

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

mouseEvent  MouseEvent

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

allowedOperations  DragOperationsMask

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

See Also