Click or drag to resize

CefRenderHandlerUpdateDragCursor Method

Called when the web view wants to update the mouse cursor during a drag and drop operation. |operation| describes the allowed operation (none, move, copy, link).

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual void UpdateDragCursor(
	CefBrowser browser,
	CefDragOperationsMask operation
)

Parameters

browser  CefBrowser
 
operation  CefDragOperationsMask
 
See Also