IRunFileDialogCallbackOnFileDialogDismissed Method  | 
Version 104.4.240 
            Called asynchronously after the file dialog is dismissed.
            
 
    Namespace: 
   CefSharp.Callback
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxvoid OnFileDialogDismissed(
	IList<string> filePaths
)
void OnFileDialogDismissed(
	IList<String^>^ filePaths
)
Parameters
- filePaths
 - Type: System.Collections.GenericIListString
will be a single value or a list of values depending on the dialog mode. If the selection was cancelled filePaths will be empty 
See Also