Click or drag to resize

CefBrowserHostDragSourceEndedAt Method

Call this method when the drag operation started by a CefRenderHandler::StartDragging call has ended either in a drop or by being cancelled. |x| and |y| are mouse coordinates relative to the upper-left corner of the view. If the web view is both the drag source and the drag target then all DragTarget* methods should be called before DragSource* mthods. This method is only used when window rendering is disabled.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void DragSourceEndedAt(
	int x,
	int y,
	CefDragOperationsMask op
)

Parameters

x  Int32
 
y  Int32
 
op  CefDragOperationsMask
 
See Also