Click or drag to resize

CefRunFileDialogCallbackOnFileDialogDismissed Method

Called asynchronously after the file dialog is dismissed. |selected_accept_filter| is the 0-based index of the value selected from the accept filters array passed to CefBrowserHost::RunFileDialog. |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 empty.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract void OnFileDialogDismissed(
	int selectedAcceptFilter,
	string[] filePaths
)

Parameters

selectedAcceptFilter
Type: SystemInt32
filePaths
Type: SystemString
See Also