Click or drag to resize
IDragHandlerOnDragEnter Method
Version 51.0.0
Called when an external drag event enters the browser window.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
bool OnDragEnter(
	IWebBrowser browserControl,
	IBrowser browser,
	IDragData dragData,
	DragOperationsMask mask
)

Parameters

browserControl
Type: CefSharpIWebBrowser
the ChromiumWebBrowser control
browser
Type: CefSharpIBrowser
the browser object
dragData
Type: CefSharpIDragData
contains the drag event data
mask
Type: CefSharpDragOperationsMask
represents the type of drag operation

Return Value

Type: Boolean
Return false for default drag handling behavior or true to cancel the drag event.
See Also