Esempio n. 1
0
 /// <summary>
 /// Call this function when the drag operation started by a
 /// CfxRenderHandler.StartDragging call has completed. This function may
 /// be called immediately without first calling DragSourceEndedAt to cancel a
 /// drag operation. If the web view is both the drag source and the drag target
 /// then all DragTarget* functions should be called before DragSource* mthods.
 /// This function is only used when window rendering is disabled.
 /// </summary>
 /// <remarks>
 /// See also the original CEF documentation in
 /// <see href="https://bitbucket.org/chromiumfx/chromiumfx/src/tip/cef/include/capi/cef_browser_capi.h">cef/include/capi/cef_browser_capi.h</see>.
 /// </remarks>
 public void DragSourceSystemDragEnded()
 {
     CfxApi.cfx_browser_host_drag_source_system_drag_ended(NativePtr);
 }