Click or drag to resize

CefDragHandlerOnDragEnter Method

Called when an external drag event enters the browser window. |dragData| contains the drag event data and |mask| represents the type of drag operation. Return false for default drag handling behavior or true to cancel the drag event.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected abstract bool OnDragEnter(
	CefBrowser browser,
	CefDragData dragData,
	CefDragOperationsMask mask
)

Parameters

browser  CefBrowser
 
dragData  CefDragData
 
mask  CefDragOperationsMask
 

Return Value

Boolean
See Also