Click or drag to resize

IRunFileDialogCallback Interface

Version 94.4.20
Callback interface for IBrowserHost.RunFileDialog. The methods of this class will be called on the CEF UI thread.

Namespace:  CefSharp.Callback
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public interface IRunFileDialogCallback

The IRunFileDialogCallback type exposes the following members.

Methods
  NameDescription
Public methodOnFileDialogDismissed
Called asynchronously after the file dialog is dismissed.
Top
See Also