IFileDialogCallbackContinue Method  | 
Version 106.0.290 
            Continue the file selection.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxvoid Continue(
	List<string> filePaths
)
void Continue(
	List<String^>^ filePaths
)
Parameters
- filePaths
 - Type: System.Collections.GenericListString
should be a single value or a list of values depending on the dialog mode.
            An empty value is treated the same as calling Cancel(). 
See Also