IDragDataFileNames Property  | 
Version 118.6.80 
            Retrieve the list of file names that are being dragged into the browser window
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
SyntaxIList<string> FileNames { get; }property IList<String^>^ FileNames {
	IList<String^>^ get ();
}Property Value
Type: 
IListString
See Also