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