IRunFileDialogCallbackOnFileDialogDismissed Method |
Version 130.1.90
Called asynchronously after the file dialog is dismissed.
Namespace: CefSharp.CallbackAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void OnFileDialogDismissed(
IList<string> filePaths
)
void OnFileDialogDismissed(
IList<String^>^ filePaths
)
Parameters
- filePaths IListString
- 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