IDragDataFileName Property  | 
Version 93.1.111 
            Return the name of the file being dragged out of the browser window.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxstring FileName { get; set; }property String^ FileName {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also