cef_run_file_dialog_callback_t.on_file_dialog_dismissed

Called asynchronously after the file dialog is dismissed. |file_paths| will be a single value or a list of values depending on the dialog mode. If the selection was cancelled |file_paths| will be NULL.

struct cef_run_file_dialog_callback_t
extern (System)
void function(cef_run_file_dialog_callback_t* self, cef_string_list_t file_paths) nothrow on_file_dialog_dismissed;

Meta