| IRenderHandlerUpdateDragCursor Method  | 
Version 118.6.80 
            Called when the web view wants to update the mouse cursor during a drag & drop operation.
            
 
    Namespace: 
   CefSharp.OffScreen
    Assembly:
   CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxvoid UpdateDragCursor(
	DragOperationsMask operation
)
void UpdateDragCursor(
	DragOperationsMask operation
)
Parameters
- operation
- Type: CefSharp.EnumsDragOperationsMask
 describes the allowed operation (none, move, copy, link).
 See Also
See Also