DragDataItemData Property |
Version 130.1.90
Depending of the value of `mimeType`, it contains the dragged link,
text, HTML markup or any other data.
Namespace: CefSharp.DevTools.InputAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public string Data { get; set; }
public:
property String^ Data {
String^ get ();
void set (String^ value);
}
Property Value
StringSee Also