| DragOperationsMask Enumeration | 
Version 118.6.80 
            "Verb" of a drag-and-drop operation as negotiated between the source and destination.
            
 
    Namespace: 
   CefSharp.Enums
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntax[FlagsAttribute]
public enum DragOperationsMask
[FlagsAttribute]
public enum class DragOperationsMask
 Members
Members|  | Member name | Value | Description | 
|---|
|  | None | 0 | None | 
|  | Copy | 1 | Copy | 
|  | Link | 2 | Link | 
|  | Generic | 4 | Generic | 
|  | Private | 8 | Private | 
|  | Move | 16 | Move | 
|  | Delete | 32 | Delete | 
|  | Every | 4294967295 | Every drag operation. | 
 See Also
See Also