DispatchDragEventType Enumeration |
Version 106.0.290
Type of the drag event.
Namespace:
CefSharp.DevTools.Input
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax public enum DispatchDragEventType
public enum class DispatchDragEventType
Members
| Member name | Value | Description |
---|
| DragEnter | 0 |
dragEnter
|
| DragOver | 1 |
dragOver
|
| Drop | 2 |
drop
|
| DragCancel | 3 |
dragCancel
|
See Also