DispatchDragEventType Enumeration |
Version 108.4.130
Type of the drag event.
Namespace:
CefSharp.DevTools.Input
Assembly:
CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.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