Click or drag to resize

IDragData.FileNames Property

Version 94.4.20
Retrieve the list of file names that are being dragged into the browser window

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
IList<string> FileNames { get; }

Property Value

Type: IList<String>
See Also