Click or drag to resize

DragDataItemData Property

Version 102.0.100
Depending of the value of `mimeType`, it contains the dragged link, text, HTML markup or any other data.

Namespace:  CefSharp.DevTools.Input
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public string Data { get; set; }

Property Value

Type: String
See Also