| IBrowserHostDragSourceEndedAt Method  | 
Version 94.4.20 
            Call this method when the drag operation started by a StartDragging(IDragData, DragOperationsMask, Int32, Int32) call has ended either in a drop or by being cancelled.
            If the web view is both the drag source and the drag target then all DragTarget* methods should be called before DragSource* methods.
            This method is only used when window rendering is disabled. 
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
 Syntax
Syntaxvoid DragSourceEndedAt(
	int x,
	int y,
	DragOperationsMask op
)
void DragSourceEndedAt(
	int x, 
	int y, 
	DragOperationsMask op
)
Parameters
- x
- Type: SystemInt32
 x mouse coordinate relative to the upper-left corner of the view.
- y
- Type: SystemInt32
 y mouse coordinate relative to the upper-left corner of the view.
- op
- Type: CefSharp.EnumsDragOperationsMask
 Drag Operations mask
 See Also
See Also