CefBrowserHost DragSourceEndedAt Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public void DragSourceEndedAt(
	int x,
	int y,
	CefDragOperationsMask op
)

Parameters

x
Type: OnlineSystem Int32

[Missing <param name="x"/> documentation for "M:Xilium.CefGlue.CefBrowserHost.DragSourceEndedAt(System.Int32,System.Int32,Xilium.CefGlue.CefDragOperationsMask)"]

y
Type: OnlineSystem Int32

[Missing <param name="y"/> documentation for "M:Xilium.CefGlue.CefBrowserHost.DragSourceEndedAt(System.Int32,System.Int32,Xilium.CefGlue.CefDragOperationsMask)"]

op
Type: Xilium.CefGlue CefDragOperationsMask

[Missing <param name="op"/> documentation for "M:Xilium.CefGlue.CefBrowserHost.DragSourceEndedAt(System.Int32,System.Int32,Xilium.CefGlue.CefDragOperationsMask)"]

See Also