Click or drag to resize

IDragHandler Interface

Version 75.1.140
Implement this interface to handle events related to dragging. The methods of this class will be called on the UI thread.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
public interface IDragHandler

The IDragHandler type exposes the following members.

Methods
  NameDescription
Public methodOnDragEnter
Called when an external drag event enters the browser window.
Public methodOnDraggableRegionsChanged
Called whenever draggable regions for the browser window change. These can be specified using the '-webkit-app-region: drag/no-drag' CSS-property. If draggable regions are never defined in a document this method will also never be called. If the last draggable region is removed from a document this method will be called with an empty IList.
Top
See Also