Click or drag to resize

DefaultStartDownloadHandler Constructor

Creates and initializes the dialog handler.

Namespace:  DotNetBrowser.Wpf.Dialogs
Assembly:  DotNetBrowser.Wpf (in DotNetBrowser.Wpf.dll) Version: 2.16.0
Syntax
C#
public DefaultStartDownloadHandler(
	DependencyObject parent
)

Parameters

parent
Type: System.WindowsDependencyObject
The parent object for the dialog displayed by this handler.
See Also