Implement this interface to handle events related to dragging. The methods of this class will be called on the UI thread.
Table of contents:
| Parameter | Type |
|---|---|
| browser | Browser |
| dragData | DragData |
| mask | int |
| Return | bool |
Description from upstream CEF:
Called when an external drag event enters the browser window.