메소드 | 설명 | |
---|---|---|
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. |
리턴 | System |