 | CfxRunFileDialogCallbackOnFileDialogDismissedEventArgs Class |
[This is preliminary documentation and is subject to change.]
Called asynchronously after the file dialog is dismissed.
|SelectedAcceptFilter| is the 0-based index of the value selected from
the accept filters array passed to CfxBrowserHost.RunFileDialog.
|FilePaths| will be a single value or a list of values depending on the
dialog mode. If the selection was cancelled |FilePaths| will be NULL.
Inheritance HierarchySystemObject SystemEventArgs ChromiumCfxEventArgs Chromium.EventCfxRunFileDialogCallbackOnFileDialogDismissedEventArgs
Namespace: Chromium.EventAssembly: ChromiumFX (in ChromiumFX.dll)
Syntaxpublic class CfxRunFileDialogCallbackOnFileDialogDismissedEventArgs : CfxEventArgs
Public Class CfxRunFileDialogCallbackOnFileDialogDismissedEventArgs
Inherits CfxEventArgs
public ref class CfxRunFileDialogCallbackOnFileDialogDismissedEventArgs : public CfxEventArgs
type CfxRunFileDialogCallbackOnFileDialogDismissedEventArgs =
class
inherit CfxEventArgs
end
The CfxRunFileDialogCallbackOnFileDialogDismissedEventArgs type exposes the following members.
Properties
Methods
Remarks
See Also