| ChromiumWebBrowserUpdateDragCursor Method  | 
Version 113.3.50 
            Called when the web view wants to update the mouse cursor during a drag & drop operation.
            
 
    Namespace: 
   CefSharp.Wpf
    Assembly:
   CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 113.3.50.0 (113.3.50.0)
 Syntax
Syntaxprotected virtual void UpdateDragCursor(
	DragOperationsMask operation
)
protected:
virtual void UpdateDragCursor(
	DragOperationsMask operation
)
Parameters
- operation
- Type: CefSharp.EnumsDragOperationsMask
 describes the allowed operation (none, move, copy, link).
 See Also
See Also