Method | Description | |
---|---|---|
DownloadStartedEventArgs ( string SuggestedFileName, long FileSize ) : System |
Initializes a new instance of the DownloadStartedEventArgs class.
|
public DownloadStartedEventArgs ( string SuggestedFileName, long FileSize ) : System | ||
SuggestedFileName | string | The suggested name for the destination file. |
FileSize | long | The file size in bytes. |
return | System |